#DCC8B2

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

Shades of Bone #DCC8B2

Tints of Bone #DCC8B2

Color information

#DCC8B2 (or 0xDCC8B2) is unknown color: approx Bone. HEX triplet: DC, C8 and B2. RGB value is (220,200,178). Sum of RGB (Red+Green+Blue) = 220+200+178=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8B2 is #23374D. Grayscale: #CBCBCB. Windows color (decimal): -2307918 or 11716828. OLE color: 11716828.

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

Color convert

RGB220200178-
CMYK00.090.190.14
HSL31.43º37.5%78.04%-
HSV(B)31.43º19.09%86.27%-
XYZ58.2159.7450.58-
YUV203.47113.63139.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 200 (78.52% from 255) = 33.44%
BLUE value IS 178 (69.92% from 255) = 29.77%
R=36.79%
G=33.44%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020017800.090.190.1431.4337.578.04
HexDCC8B20913E1f264e
Octal33431026201123163746116
Binary11011100110010001011001001001100111110111111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8B2; }

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

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

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

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

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

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

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

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