#DCC8B4

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

Shades of Bone #DCC8B4

Tints of Bone #DCC8B4

Color information

#DCC8B4 (or 0xDCC8B4) is unknown color: approx Bone. HEX triplet: DC, C8 and B4. RGB value is (220,200,180). Sum of RGB (Red+Green+Blue) = 220+200+180=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8B4 is #23374B. Grayscale: #CBCBCB. Windows color (decimal): -2307916 or 11847900. OLE color: 11847900.

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

Color convert

RGB220200180-
CMYK00.090.180.14
HSL30º36.36%78.43%-
HSV(B)30º18.18%86.27%-
XYZ58.4159.8251.65-
YUV203.7114.63139.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 30%
R=36.67%
G=33.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020018000.090.180.143036.3678.43
HexDCC8B40912E1e244e
Octal33431026401122163644116
Binary11011100110010001011010001001100101110111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8B4; }

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

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

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

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

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

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

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

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