#D2CDA9

Color #D2CDA9 White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #D2CDA9

Tints of White Rock #D2CDA9

Color information

#D2CDA9 (or 0xD2CDA9) is unknown color: approx White Rock. HEX triplet: D2, CD and A9. RGB value is (210,205,169). Sum of RGB (Red+Green+Blue) = 210+205+169=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CDA9 is #2D3256. Grayscale: #CACACA. Windows color (decimal): -2962007 or 11128274. OLE color: 11128274.

HSL color Cylindrical-coordinate representation of color #D2CDA9: hue angle of 52.68º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CDA9 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210205169-
CMYK00.020.200.18
HSL52.68º31.3%74.31%-
HSV(B)52.68º19.52%82.35%-
XYZ55.5760.2346.23-
YUV202.39109.16133.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=35.96%
G=35.10%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020516900.020.200.1852.6831.374.31
HexD2CDA9021412351f4a
Octal3223152510224226537112
Binary1101001011001101101010010101010010010110101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDA9; }

 p { color: rgb(210,205,169); }

 H1.HeaderClassName
 {
   color: #D2CDA9;
 }
 .AnyTagClassName
 {
   color: #D2CDA9;
 }
</style>
background-color css

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

 a { background-color: rgb(210,205,169); }

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

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

 span { border-color: rgb(210,205,169); }

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