#DCBFA4

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

Shades of Bone #DCBFA4

Tints of Bone #DCBFA4

Color information

#DCBFA4 (or 0xDCBFA4) is unknown color: approx Bone. HEX triplet: DC, BF and A4. RGB value is (220,191,164). Sum of RGB (Red+Green+Blue) = 220+191+164=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFA4 is #23405B. Grayscale: #C4C4C4. Windows color (decimal): -2310236 or 10797020. OLE color: 10797020.

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

Color convert

RGB220191164-
CMYK00.130.250.14
HSL28.93º44.44%75.29%-
HSV(B)28.93º25.45%86.27%-
XYZ54.8555.1642.88-
YUV196.59109.61144.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=38.26%
G=33.22%
B=28.52%

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
Decimal22019116400.130.250.1428.9344.4475.29
HexDCBFA40D19E1d2c4b
Octal33427724401531163554113
Binary11011100101111111010010001101110011110111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFA4; }

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

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

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

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

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

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

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

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