#DCC6B5

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

Shades of Bone #DCC6B5

Tints of Bone #DCC6B5

Color information

#DCC6B5 (or 0xDCC6B5) is unknown color: approx Bone. HEX triplet: DC, C6 and B5. RGB value is (220,198,181). Sum of RGB (Red+Green+Blue) = 220+198+181=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6B5 is #23394A. Grayscale: #CACACA. Windows color (decimal): -2308427 or 11912924. OLE color: 11912924.

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

Color convert

RGB220198181-
CMYK00.10.180.14
HSL26.15º35.78%78.63%-
HSV(B)26.15º17.73%86.27%-
XYZ58.0558.9452.03-
YUV202.64115.79140.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 198 (77.73% from 255) = 33.06%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=36.73%
G=33.06%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019818100.10.180.1426.1535.7878.63
HexDCC6B50A12E1a244f
Octal33430626501222163244117
Binary11011100110001101011010101010100101110110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6B5; }

 p { color: rgb(220,198,181); }

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

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

 a { background-color: rgb(220,198,181); }

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

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

 span { border-color: rgb(220,198,181); }

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