#D2CDAD

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

Shades of White Rock #D2CDAD

Tints of White Rock #D2CDAD

Color information

#D2CDAD (or 0xD2CDAD) is unknown color: approx White Rock. HEX triplet: D2, CD and AD. RGB value is (210,205,173). Sum of RGB (Red+Green+Blue) = 210+205+173=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CDAD is #2D3252. Grayscale: #CACACA. Windows color (decimal): -2962003 or 11390418. OLE color: 11390418.

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

Color convert

RGB210205173-
CMYK00.020.180.18
HSL51.89º29.13%75.1%-
HSV(B)51.89º17.62%82.35%-
XYZ55.9560.3848.24-
YUV202.85111.16133.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.71%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 173 (67.97% from 255) = 29.42%
R=35.71%
G=34.86%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020517300.020.180.1851.8929.1375.1
HexD2CDAD021212341d4b
Octal3223152550222226435113
Binary1101001011001101101011010101001010010110100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDAD; }

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

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

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

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

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

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

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

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