#DFCAB4

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

Shades of Bone #DFCAB4

Tints of Bone #DFCAB4

Color information

#DFCAB4 (or 0xDFCAB4) is unknown color: approx Bone. HEX triplet: DF, CA and B4. RGB value is (223,202,180). Sum of RGB (Red+Green+Blue) = 223+202+180=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAB4 is #20354B. Grayscale: #CDCDCD. Windows color (decimal): -2110796 or 11848415. OLE color: 11848415.

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

Color convert

RGB223202180-
CMYK00.090.190.13
HSL30.7º40.19%79.02%-
HSV(B)30.7º19.28%87.45%-
XYZ59.7961.2251.85-
YUV205.77113.46140.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=36.86%
G=33.39%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320218000.090.190.1330.740.1979.02
HexDFCAB40913D1f284f
Octal33731226401123153750117
Binary11011111110010101011010001001100111101111111010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAB4; }

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

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

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

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

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

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

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

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