Html Css Color HEX #D9D1AE White Rock

📋 copy color: '#D9D1AE'

red 217 ◦ green 209 ◦ blue 174

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

Shades of White Rock #D9D1AE

Tints of White Rock #D9D1AE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.83%

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

R = 36.17%
G = 34.83%
B = 29%

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

#D9D1AE (or 0xD9D1AE) is known color: White Rock. HEX triplet: D9, D1 and AE. RGB value is (217,209,174). Sum of RGB (Red+Green+Blue) = 217+209+174=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D1AE is #262E51. Grayscale: #CFCFCF. Windows color (decimal): -2502226 or 11456985. OLE color: 11456985.

HSL color Cylindrical-coordinate representation of color #D9D1AE: hue angle of 48.84º 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 #D9D1AE is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 209 174 -
CMYK 0 0.04 0.20 0.15
HSL 48.84º 0.36% 0.77% -
HSV(B) 48.84º 0.2% 0.85% -
XYZ 59.06 63.41 49.17 -
YUV 207.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 217 209 174 0 0.04 0.20 0.15 48.84 0.36 0.77
Hex D9 D1 AE 0 4 14 F 31 24 4D
Octal 331 321 256 0 4 24 17 61 44 115
Binary 11011001 11010001 10101110 0 100 10100 1111 110001 100100 1001101

Color Harmonies of #D9D1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D1AE

Black with #D9D1AE

Text Example


Text Example

White with #D9D1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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