#DCC8B3

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

Shades of Bone #DCC8B3

Tints of Bone #DCC8B3

Color information

#DCC8B3 (or 0xDCC8B3) is unknown color: approx Bone. HEX triplet: DC, C8 and B3. RGB value is (220,200,179). Sum of RGB (Red+Green+Blue) = 220+200+179=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8B3 is #23374C. Grayscale: #CBCBCB. Windows color (decimal): -2307917 or 11782364. OLE color: 11782364.

HSL color Cylindrical-coordinate representation of color #DCC8B3: hue angle of 30.73º degrees, saturation: 0.37, 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 #DCC8B3 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220200179-
CMYK00.090.190.14
HSL30.73º36.94%78.24%-
HSV(B)30.73º18.64%86.27%-
XYZ58.3159.7851.11-
YUV203.59114.13139.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=36.73%
G=33.39%
B=29.88%

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
Decimal22020017900.090.190.1430.7336.9478.24
HexDCC8B30913E1f254e
Octal33431026301123163745116
Binary11011100110010001011001101001100111110111111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8B3; }

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

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

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

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

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

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

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

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