#DFC8AD

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

Shades of Bone #DFC8AD

Tints of Bone #DFC8AD

Color information

#DFC8AD (or 0xDFC8AD) is unknown color: approx Bone. HEX triplet: DF, C8 and AD. RGB value is (223,200,173). Sum of RGB (Red+Green+Blue) = 223+200+173=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8AD is #203752. Grayscale: #CBCBCB. Windows color (decimal): -2111315 or 11389151. OLE color: 11389151.

HSL color Cylindrical-coordinate representation of color #DFC8AD: hue angle of 32.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC8AD is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223200173-
CMYK00.100.220.13
HSL32.4º43.86%77.65%-
HSV(B)32.4º22.42%87.45%-
XYZ58.6360.0148.03-
YUV203.8110.62141.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 200 (78.52% from 255) = 33.56%
BLUE value IS 173 (67.97% from 255) = 29.03%
R=37.42%
G=33.56%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320017300.100.220.1332.443.8677.65
HexDFC8AD0A16D202c4e
Octal33731025501226154054116
Binary110111111100100010101101010101011011011000001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC8AD; }

 p { color: rgb(223,200,173); }

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

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

 a { background-color: rgb(223,200,173); }

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

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

 span { border-color: rgb(223,200,173); }

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