#DFC7A9

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

Shades of Bone #DFC7A9

Tints of Bone #DFC7A9

Color information

#DFC7A9 (or 0xDFC7A9) is unknown color: approx Bone. HEX triplet: DF, C7 and A9. RGB value is (223,199,169). Sum of RGB (Red+Green+Blue) = 223+199+169=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7A9 is #203856. Grayscale: #CACACA. Windows color (decimal): -2111575 or 11126751. OLE color: 11126751.

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

Color convert

RGB223199169-
CMYK00.110.240.13
HSL33.33º45.76%76.86%-
HSV(B)33.33º24.22%87.45%-
XYZ58.0259.445.94-
YUV202.76108.95142.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 169 (66.41% from 255) = 28.60%
R=37.73%
G=33.67%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319916900.110.240.1333.3345.7676.86
HexDFC7A90B18D212e4d
Octal33730725101330154156115
Binary110111111100011110101001010111100011011000011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7A9; }

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

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

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

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

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

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

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

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