color codes Logo

#dab85d color codes

#DAB85D
(218,184,93)
0 Favorites   0 Comments

Color spaces of #dab85d

RGB 21818493
HSL0.120.630.61
HSV44°57°85°
CMYK 0.000.160.57   0.15
XYZ48.029749.976717.4710
Yxy49.97670.41590.4328
Hunter Lab70.6942-2.441834.8333
CIE-Lab76.05501.465750.0355

#dab85d color RGB value is (218,184,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 01011101
Octal 332 270 135
Decimal 218 184 93
Hex DA B8 5D

RGB Percentages of Color #dab85d

%44.04
%37.17
%18.79

CMYK Percentages of Color #dab85d

%0
%16
%57
%15

Triadic Colors of #dab85d

#dab85d #5ddab8 #b85dda

Analogous Colors of #dab85d

#dab85d #beda5d #da7a5d

Monochromatic Colors of #dab85d

#dab85d

Complementary Color

#dab85d #5d7fda

#dab85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab85d Color CSS Codes

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

#dab85d Text Font Color

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

This sample text font color is #dab85d
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.


#dab85d Background Color

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

This div background color is #dab85d


#dab85d Border Color

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

This div border color is #dab85d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,184,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 #dab85d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab85d


Comments

No comments written yet.

Please login to write comment.