Html Css Color HEX #D5D2AA White Rock

📋 copy color: '#D5D2AA'

red 213 ◦ green 210 ◦ blue 170

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

Shades of White Rock #D5D2AA

Tints of White Rock #D5D2AA

RGB

 RED value IS 213 (83.59% from 255) = 35.92%

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

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 35.92%
G = 35.41%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5D2AA (or 0xD5D2AA) is known color: White Rock. HEX triplet: D5, D2 and AA. RGB value is (213,210,170). Sum of RGB (Red+Green+Blue) = 213+210+170=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D2AA is #2A2D55. Grayscale: #CECECE. Windows color (decimal): -2764118 or 11195093. OLE color: 11195093.

HSL color Cylindrical-coordinate representation of color #D5D2AA: hue angle of 55.81º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5D2AA is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 170 -
CMYK 0 0.01 0.20 0.16
HSL 55.81º 0.34% 0.75% -
HSV(B) 55.81º 0.2% 0.84% -
XYZ 57.74 63.14 47.17 -
YUV 206.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 213 210 170 0 0.01 0.20 0.16 55.81 0.34 0.75
Hex D5 D2 AA 0 1 14 10 38 22 4B
Octal 325 322 252 0 1 24 20 70 42 113
Binary 11010101 11010010 10101010 0 1 10100 10000 111000 100010 1001011

Color Harmonies of #D5D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2AA

Black with #D5D2AA

Text Example


Text Example

White with #D5D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2AA; }

 p { color: rgb(213,210,170); }

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

background-color css

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

 a { background-color: rgb(213,210,170); }

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

border-color css

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

 span { border-color: rgb(213,210,170); }

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