#DCC6AB

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

Shades of Bone #DCC6AB

Tints of Bone #DCC6AB

Color information

#DCC6AB (or 0xDCC6AB) is unknown color: approx Bone. HEX triplet: DC, C6 and AB. RGB value is (220,198,171). Sum of RGB (Red+Green+Blue) = 220+198+171=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC6AB is #233954. Grayscale: #C9C9C9. Windows color (decimal): -2308437 or 11257564. OLE color: 11257564.

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

Color convert

RGB220198171-
CMYK00.10.220.14
HSL33.06º41.18%76.67%-
HSV(B)33.06º22.27%86.27%-
XYZ57.0658.5446.82-
YUV201.5110.79141.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=37.35%
G=33.62%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019817100.10.220.1433.0641.1876.67
HexDCC6AB0A16E21294d
Octal33430625301226164151115
Binary110111001100011010101011010101011011101000011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6AB; }

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

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

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

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

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

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

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

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