#DFC3AB

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

Shades of Bone #DFC3AB

Tints of Bone #DFC3AB

Color information

#DFC3AB (or 0xDFC3AB) is unknown color: approx Bone. HEX triplet: DF, C3 and AB. RGB value is (223,195,171). Sum of RGB (Red+Green+Blue) = 223+195+171=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3AB is #203C54. Grayscale: #C8C8C8. Windows color (decimal): -2112597 or 11256799. OLE color: 11256799.

HSL color Cylindrical-coordinate representation of color #DFC3AB: hue angle of 27.69º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC3AB is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223195171-
CMYK00.130.230.13
HSL27.69º44.83%77.25%-
HSV(B)27.69º23.32%87.45%-
XYZ57.357.6646.64-
YUV200.64111.28143.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=37.86%
G=33.11%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319517100.130.230.1327.6944.8377.25
HexDFC3AB0D17D1c2d4d
Octal33730325301527153455115
Binary11011111110000111010101101101101111101111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3AB; }

 p { color: rgb(223,195,171); }

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

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

 a { background-color: rgb(223,195,171); }

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

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

 span { border-color: rgb(223,195,171); }

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