#DFC3A9

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

Shades of Bone #DFC3A9

Tints of Bone #DFC3A9

Color information

#DFC3A9 (or 0xDFC3A9) is unknown color: approx Bone. HEX triplet: DF, C3 and A9. RGB value is (223,195,169). Sum of RGB (Red+Green+Blue) = 223+195+169=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3A9 is #203C56. Grayscale: #C8C8C8. Windows color (decimal): -2112599 or 11125727. OLE color: 11125727.

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

Color convert

RGB223195169-
CMYK00.130.240.13
HSL28.89º45.76%76.86%-
HSV(B)28.89º24.22%87.45%-
XYZ57.1157.5845.64-
YUV200.41110.28144.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 169 (66.41% from 255) = 28.79%
R=37.99%
G=33.22%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319516900.130.240.1328.8945.7676.86
HexDFC3A90D18D1d2e4d
Octal33730325101530153556115
Binary11011111110000111010100101101110001101111011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3A9; }

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

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

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

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

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

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

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

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