#DCBEA6

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

Shades of Bone #DCBEA6

Tints of Bone #DCBEA6

Color information

#DCBEA6 (or 0xDCBEA6) is unknown color: approx Bone. HEX triplet: DC, BE and A6. RGB value is (220,190,166). Sum of RGB (Red+Green+Blue) = 220+190+166=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEA6 is #234159. Grayscale: #C4C4C4. Windows color (decimal): -2310490 or 10927836. OLE color: 10927836.

HSL color Cylindrical-coordinate representation of color #DCBEA6: hue angle of 26.67º 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 #DCBEA6 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220190166-
CMYK00.140.250.14
HSL26.67º43.55%75.69%-
HSV(B)26.67º24.55%86.27%-
XYZ54.8154.843.76-
YUV196.23110.94144.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 166 (65.23% from 255) = 28.82%
R=38.19%
G=32.99%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019016600.140.250.1426.6743.5575.69
HexDCBEA60E19E1b2c4c
Octal33427624601631163354114
Binary11011100101111101010011001110110011110110111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEA6; }

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

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

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

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

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

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

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

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