#DCBFA6

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

Shades of Bone #DCBFA6

Tints of Bone #DCBFA6

Color information

#DCBFA6 (or 0xDCBFA6) is unknown color: approx Bone. HEX triplet: DC, BF and A6. RGB value is (220,191,166). Sum of RGB (Red+Green+Blue) = 220+191+166=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFA6 is #234059. Grayscale: #C4C4C4. Windows color (decimal): -2310234 or 10928092. OLE color: 10928092.

HSL color Cylindrical-coordinate representation of color #DCBFA6: hue angle of 27.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBFA6 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220191166-
CMYK00.130.250.14
HSL27.78º43.55%75.69%-
HSV(B)27.78º24.55%86.27%-
XYZ55.0355.2343.84-
YUV196.82110.61144.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 166 (65.23% from 255) = 28.77%
R=38.13%
G=33.10%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019116600.130.250.1427.7843.5575.69
HexDCBFA60D19E1c2c4c
Octal33427724601531163454114
Binary11011100101111111010011001101110011110111001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFA6; }

 p { color: rgb(220,191,166); }

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

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

 a { background-color: rgb(220,191,166); }

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

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

 span { border-color: rgb(220,191,166); }

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