#D1CDAA

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

Shades of White Rock #D1CDAA

Tints of White Rock #D1CDAA

Color information

#D1CDAA (or 0xD1CDAA) is unknown color: approx White Rock. HEX triplet: D1, CD and AA. RGB value is (209,205,170). Sum of RGB (Red+Green+Blue) = 209+205+170=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CDAA is #2E3255. Grayscale: #CACACA. Windows color (decimal): -3027542 or 11193809. OLE color: 11193809.

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

Color convert

RGB209205170-
CMYK00.020.190.18
HSL53.85º29.77%74.31%-
HSV(B)53.85º18.66%81.96%-
XYZ55.3860.1246.72-
YUV202.21109.83132.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=35.79%
G=35.10%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920517000.020.190.1853.8529.7774.31
HexD1CDAA021312361e4a
Octal3213152520223226636112
Binary1101000111001101101010100101001110010110110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDAA; }

 p { color: rgb(209,205,170); }

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

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

 a { background-color: rgb(209,205,170); }

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

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

 span { border-color: rgb(209,205,170); }

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