color codes Logo

#dad899 color codes

#DAD899
(218,216,153)
0 Favorites   0 Comments

Color spaces of #dad899

RGB 218216153
HSL0.160.470.73
HSV58°30°85°
CMYK 0.000.010.30   0.15
XYZ59.219166.317139.8163
Yxy66.31710.35810.4011
Hunter Lab81.4353-12.708028.0160
CIE-Lab85.1579-8.976431.3901

#dad899 color RGB value is (218,216,153).

#dad899 hex color red value is 218, green value is 216 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dad899 hue: 0.16 , saturation: 0.47 and the lightness value of dad899 is 0.73.

The process color (four color CMYK) of #dad899 color code is 0.00, 0.01, 0.30, 0.15. Web safe color of #dad899 is #cccc99. Color #dad899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 10011001
Octal 332 330 231
Decimal 218 216 153
Hex DA D8 99

RGB Percentages of Color #dad899

%37.14
%36.80
%26.06

CMYK Percentages of Color #dad899

%0
%1
%30
%15

Triadic Colors of #dad899

#dad899 #99dad8 #d899da

Analogous Colors of #dad899

#dad899 #bcda99 #dab899

Monochromatic Colors of #dad899

#dad899

Complementary Color

#dad899 #999bda

#dad899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad899 Color CSS Codes

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

#dad899 Text Font Color

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

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


#dad899 Background Color

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

This div background color is #dad899


#dad899 Border Color

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

This div border color is #dad899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad899


Comments

No comments written yet.

Please login to write comment.