#DCBCA0

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

Shades of Bone #DCBCA0

Tints of Bone #DCBCA0

Color information

#DCBCA0 (or 0xDCBCA0) is unknown color: approx Bone. HEX triplet: DC, BC and A0. RGB value is (220,188,160). Sum of RGB (Red+Green+Blue) = 220+188+160=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA0 is #23435F. Grayscale: #C2C2C2. Windows color (decimal): -2311008 or 10534108. OLE color: 10534108.

HSL color Cylindrical-coordinate representation of color #DCBCA0: hue angle of 28º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCBCA0 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB220188160-
CMYK00.150.270.14
HSL28º46.15%74.51%-
HSV(B)28º27.27%86.27%-
XYZ53.8453.7240.79-
YUV194.38108.6146.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 160 (62.89% from 255) = 28.17%
R=38.73%
G=33.10%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018816000.150.270.142846.1574.51
HexDCBCA00F1BE1c2e4b
Octal33427424001733163456113
Binary11011100101111001010000001111110111110111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA0; }

 p { color: rgb(220,188,160); }

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

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

 a { background-color: rgb(220,188,160); }

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

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

 span { border-color: rgb(220,188,160); }

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