Html Css Color HEX #D9D0AE White Rock

📋 copy color: '#D9D0AE'

red 217 ◦ green 208 ◦ blue 174

#D9D0AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Rock #D9D0AE

Tints of White Rock #D9D0AE

RGB

 RED value IS 217 (85.16% from 255) = 36.23%

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 174 (68.36% from 255) = 29.05%

R = 36.23%
G = 34.72%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9D0AE (or 0xD9D0AE) is known color: White Rock. HEX triplet: D9, D0 and AE. RGB value is (217,208,174). Sum of RGB (Red+Green+Blue) = 217+208+174=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D0AE is #262F51. Grayscale: #CECECE. Windows color (decimal): -2502482 or 11456729. OLE color: 11456729.

HSL color Cylindrical-coordinate representation of color #D9D0AE: hue angle of 47.44º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9D0AE is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 208 174 -
CMYK 0 0.04 0.20 0.15
HSL 47.44º 0.36% 0.77% -
HSV(B) 47.44º 0.2% 0.85% -
XYZ 58.81 62.92 49.09 -
YUV 206.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 217 208 174 0 0.04 0.20 0.15 47.44 0.36 0.77
Hex D9 D0 AE 0 4 14 F 2F 24 4D
Octal 331 320 256 0 4 24 17 57 44 115
Binary 11011001 11010000 10101110 0 100 10100 1111 101111 100100 1001101

Color Harmonies of #D9D0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D0AE

Black with #D9D0AE

Text Example


Text Example

White with #D9D0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D0AE; }

 p { color: rgb(217,208,174); }

 H1.HeaderClassName
 {
   color: #D9D0AE;
 }
 .AnyTagClassName
 {
   color: #D9D0AE;
 }
</style>

background-color css

<style>
 a { background-color: #D9D0AE; }

 a { background-color: rgb(217,208,174); }

 div.DivClassName
 {
   background-color: #D9D0AE;
 }
 .BgClassName
 {
   background-color: #D9D0AE;
 }
</style>

border-color css

<style>
 span { border-color: #D9D0AE; }

 span { border-color: rgb(217,208,174); }

 td.TdClassName
 {
   border-color: #D9D0AE;
 }
 .TagClassName
 {
   border-color: #D9D0AE;
 }
</style>