color codes Logo

#dabb5d color codes

#DABB5D
(218,187,93)
0 Favorites   0 Comments

Color spaces of #dabb5d

RGB 21818793
HSL0.130.630.61
HSV45°57°85°
CMYK 0.000.140.57   0.15
XYZ48.659551.236417.6809
Yxy51.23640.41390.4358
Hunter Lab71.5796-3.920835.4605
CIE-Lab76.8220-0.107350.9245

#dabb5d color RGB value is (218,187,93).

#dabb5d hex color red value is 218, green value is 187 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dabb5d hue: 0.13 , saturation: 0.63 and the lightness value of dabb5d is 0.61.

The process color (four color CMYK) of #dabb5d color code is 0.00, 0.14, 0.57, 0.15. Web safe color of #dabb5d is #cccc66. Color #dabb5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01011101
Octal 332 273 135
Decimal 218 187 93
Hex DA BB 5D

RGB Percentages of Color #dabb5d

%43.78
%37.55
%18.67

CMYK Percentages of Color #dabb5d

%0
%14
%57
%15

Triadic Colors of #dabb5d

#dabb5d #5ddabb #bb5dda

Analogous Colors of #dabb5d

#dabb5d #bbda5d #da7d5d

Monochromatic Colors of #dabb5d

#dabb5d

Complementary Color

#dabb5d #5d7cda

#dabb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb5d Color CSS Codes

.mybgcolor {background-color:#dabb5d; } 
.myforecolor {color:#dabb5d; }
.mybordercolor {border:3px solid #dabb5d; }

#dabb5d Text Font Color

<p style="color:#dabb5d">Text here</p>

This sample text font color is #dabb5d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dabb5d Background Color

<div style="background-color:#dabb5d">
Div content here</div>

This div background color is #dabb5d


#dabb5d Border Color

<div style="border:3px solid #dabb5d">
Div here</div>

This div border color is #dabb5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,187,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dabb5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dabb5d;
  -webkit-box-shadow: 1px 1px 3px 2px #dabb5d;
  box-shadow:         1px 1px 3px 2px #dabb5d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dabb5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dabb5d;
  -webkit-box-shadow: 1px 1px 3px 2px #dabb5d;
  box-shadow:         1px 1px 3px 2px #dabb5d;">
Div content here</div>

This div box has shadow with color #dabb5d


Comments

No comments written yet.

Please login to write comment.