#DFCAB0

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

Shades of Bone #DFCAB0

Tints of Bone #DFCAB0

Color information

#DFCAB0 (or 0xDFCAB0) is unknown color: approx Bone. HEX triplet: DF, CA and B0. RGB value is (223,202,176). Sum of RGB (Red+Green+Blue) = 223+202+176=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCAB0 is #20354F. Grayscale: #CDCDCD. Windows color (decimal): -2110800 or 11586271. OLE color: 11586271.

HSL color Cylindrical-coordinate representation of color #DFCAB0: hue angle of 33.19º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFCAB0 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB223202176-
CMYK00.090.210.13
HSL33.19º42.34%78.24%-
HSV(B)33.19º21.08%87.45%-
XYZ59.3961.0649.73-
YUV205.31111.46140.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=37.10%
G=33.61%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320217600.090.210.1333.1942.3478.24
HexDFCAB00915D212a4e
Octal33731226001125154152116
Binary110111111100101010110000010011010111011000011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAB0; }

 p { color: rgb(223,202,176); }

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

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

 a { background-color: rgb(223,202,176); }

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

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

 span { border-color: rgb(223,202,176); }

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