#DFCAB5

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

Shades of Bone #DFCAB5

Tints of Bone #DFCAB5

Color information

#DFCAB5 (or 0xDFCAB5) is unknown color: approx Bone. HEX triplet: DF, CA and B5. RGB value is (223,202,181). Sum of RGB (Red+Green+Blue) = 223+202+181=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCAB5 is #20354A. Grayscale: #CDCDCD. Windows color (decimal): -2110795 or 11913951. OLE color: 11913951.

HSL color Cylindrical-coordinate representation of color #DFCAB5: hue angle of 30º 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 #DFCAB5 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223202181-
CMYK00.090.190.13
HSL30º39.62%79.22%-
HSV(B)30º18.83%87.45%-
XYZ59.8961.2752.38-
YUV205.88113.96140.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 29.87%
R=36.80%
G=33.33%
B=29.87%

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
Decimal22320218100.090.190.133039.6279.22
HexDFCAB50913D1e284f
Octal33731226501123153650117
Binary11011111110010101011010101001100111101111101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCAB5; }

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

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

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

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

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

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

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

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