#D2CCAD

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

Shades of White Rock #D2CCAD

Tints of White Rock #D2CCAD

Color information

#D2CCAD (or 0xD2CCAD) is unknown color: approx White Rock. HEX triplet: D2, CC and AD. RGB value is (210,204,173). Sum of RGB (Red+Green+Blue) = 210+204+173=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CCAD is #2D3352. Grayscale: #CACACA. Windows color (decimal): -2962259 or 11390162. OLE color: 11390162.

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

Color convert

RGB210204173-
CMYK00.030.180.18
HSL50.27º29.13%75.1%-
HSV(B)50.27º17.62%82.35%-
XYZ55.7159.948.16-
YUV202.26111.49133.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 173 (67.97% from 255) = 29.47%
R=35.78%
G=34.75%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020417300.030.180.1850.2729.1375.1
HexD2CCAD031212321d4b
Octal3223142550322226235113
Binary1101001011001100101011010111001010010110010111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCAD; }

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

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

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

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

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

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

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

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