#DFC7A8

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

Shades of Bone #DFC7A8

Tints of Bone #DFC7A8

Color information

#DFC7A8 (or 0xDFC7A8) is unknown color: approx Bone. HEX triplet: DF, C7 and A8. RGB value is (223,199,168). Sum of RGB (Red+Green+Blue) = 223+199+168=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7A8 is #203857. Grayscale: #CACACA. Windows color (decimal): -2111576 or 11061215. OLE color: 11061215.

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

Color convert

RGB223199168-
CMYK00.110.250.13
HSL33.82º46.22%76.67%-
HSV(B)33.82º24.66%87.45%-
XYZ57.9259.3645.45-
YUV202.64108.45142.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 168 (66.02% from 255) = 28.47%
R=37.80%
G=33.73%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319916800.110.250.1333.8246.2276.67
HexDFC7A80B19D222e4d
Octal33730725001331154256115
Binary110111111100011110101000010111100111011000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7A8; }

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

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

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

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

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

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

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

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