#DCBCA1

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

Shades of Bone #DCBCA1

Tints of Bone #DCBCA1

Color information

#DCBCA1 (or 0xDCBCA1) is unknown color: approx Bone. HEX triplet: DC, BC and A1. RGB value is (220,188,161). Sum of RGB (Red+Green+Blue) = 220+188+161=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA1 is #23435E. Grayscale: #C2C2C2. Windows color (decimal): -2311007 or 10599644. OLE color: 10599644.

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

Color convert

RGB220188161-
CMYK00.150.270.14
HSL27.46º45.74%74.71%-
HSV(B)27.46º26.82%86.27%-
XYZ53.9353.7641.25-
YUV194.49109.1146.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 161 (63.28% from 255) = 28.30%
R=38.66%
G=33.04%
B=28.30%

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
Decimal22018816100.150.270.1427.4645.7474.71
HexDCBCA10F1BE1b2e4b
Octal33427424101733163356113
Binary11011100101111001010000101111110111110110111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA1; }

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

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

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

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

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

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

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

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