#DCC8AD

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

Shades of Bone #DCC8AD

Tints of Bone #DCC8AD

Color information

#DCC8AD (or 0xDCC8AD) is unknown color: approx Bone. HEX triplet: DC, C8 and AD. RGB value is (220,200,173). Sum of RGB (Red+Green+Blue) = 220+200+173=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8AD is #233752. Grayscale: #CBCBCB. Windows color (decimal): -2307923 or 11389148. OLE color: 11389148.

HSL color Cylindrical-coordinate representation of color #DCC8AD: hue angle of 34.47º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC8AD is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220200173-
CMYK00.090.210.14
HSL34.47º40.17%77.06%-
HSV(B)34.47º21.36%86.27%-
XYZ57.7159.5447.99-
YUV202.9111.13140.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=37.10%
G=33.73%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020017300.090.210.1434.4740.1777.06
HexDCC8AD0915E22284d
Octal33431025501125164250115
Binary110111001100100010101101010011010111101000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8AD; }

 p { color: rgb(220,200,173); }

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

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

 a { background-color: rgb(220,200,173); }

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

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

 span { border-color: rgb(220,200,173); }

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