#DFCAB3

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

Shades of Bone #DFCAB3

Tints of Bone #DFCAB3

Color information

#DFCAB3 (or 0xDFCAB3) is unknown color: approx Bone. HEX triplet: DF, CA and B3. RGB value is (223,202,179). Sum of RGB (Red+Green+Blue) = 223+202+179=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAB3 is #20354C. Grayscale: #CDCDCD. Windows color (decimal): -2110797 or 11782879. OLE color: 11782879.

HSL color Cylindrical-coordinate representation of color #DFCAB3: hue angle of 31.36º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFCAB3 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB223202179-
CMYK00.090.200.13
HSL31.36º40.74%78.82%-
HSV(B)31.36º19.73%87.45%-
XYZ59.6961.1851.31-
YUV205.66112.96140.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=36.92%
G=33.44%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320217900.090.200.1331.3640.7478.82
HexDFCAB30914D1f294f
Octal33731226301124153751117
Binary11011111110010101011001101001101001101111111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAB3; }

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

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

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

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

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

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

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

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