#DCC8B6

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

Shades of Bone #DCC8B6

Tints of Bone #DCC8B6

Color information

#DCC8B6 (or 0xDCC8B6) is unknown color: approx Bone. HEX triplet: DC, C8 and B6. RGB value is (220,200,182). Sum of RGB (Red+Green+Blue) = 220+200+182=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8B6 is #233749. Grayscale: #CCCCCC. Windows color (decimal): -2307914 or 11978972. OLE color: 11978972.

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

Color convert

RGB220200182-
CMYK00.090.170.14
HSL28.42º35.19%78.82%-
HSV(B)28.42º17.27%86.27%-
XYZ58.6159.952.73-
YUV203.93115.63139.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 200 (78.52% from 255) = 33.22%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=36.54%
G=33.22%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020018200.090.170.1428.4235.1978.82
HexDCC8B60911E1c234f
Octal33431026601121163443117
Binary11011100110010001011011001001100011110111001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8B6; }

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

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

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

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

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

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

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

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