#D0CBAA

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

Shades of White Rock #D0CBAA

Tints of White Rock #D0CBAA

Color information

#D0CBAA (or 0xD0CBAA) is unknown color: approx White Rock. HEX triplet: D0, CB and AA. RGB value is (208,203,170). Sum of RGB (Red+Green+Blue) = 208+203+170=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CBAA is #2F3455. Grayscale: #C8C8C8. Windows color (decimal): -3093590 or 11193296. OLE color: 11193296.

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

Color convert

RGB208203170-
CMYK00.020.180.18
HSL52.11º28.79%74.12%-
HSV(B)52.11º18.27%81.57%-
XYZ54.6259.0246.54-
YUV200.73110.66133.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=35.80%
G=34.94%
B=29.26%

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
Decimal20820317000.020.180.1852.1128.7974.12
HexD0CBAA021212341d4a
Octal3203132520222226435112
Binary1101000011001011101010100101001010010110100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBAA; }

 p { color: rgb(208,203,170); }

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

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

 a { background-color: rgb(208,203,170); }

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

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

 span { border-color: rgb(208,203,170); }

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