Html Css Color HEX #D9D2AE White Rock

📋 copy color: '#D9D2AE'

red 217 ◦ green 210 ◦ blue 174

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

Shades of White Rock #D9D2AE

Tints of White Rock #D9D2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

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

R = 36.11%
G = 34.94%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9D2AE (or 0xD9D2AE) is known color: White Rock. HEX triplet: D9, D2 and AE. RGB value is (217,210,174). Sum of RGB (Red+Green+Blue) = 217+210+174=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D2AE is #262D51. Grayscale: #D0D0D0. Windows color (decimal): -2501970 or 11457241. OLE color: 11457241.

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

Color convert

RGB 217 210 174 -
CMYK 0 0.03 0.20 0.15
HSL 50.23º 0.36% 0.77% -
HSV(B) 50.23º 0.2% 0.85% -
XYZ 59.3 63.9 49.25 -
YUV 207.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 217 210 174 0 0.03 0.20 0.15 50.23 0.36 0.77
Hex D9 D2 AE 0 3 14 F 32 24 4D
Octal 331 322 256 0 3 24 17 62 44 115
Binary 11011001 11010010 10101110 0 11 10100 1111 110010 100100 1001101

Color Harmonies of #D9D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D2AE

Black with #D9D2AE

Text Example


Text Example

White with #D9D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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