#DFC5AD

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

Shades of Bone #DFC5AD

Tints of Bone #DFC5AD

Color information

#DFC5AD (or 0xDFC5AD) is unknown color: approx Bone. HEX triplet: DF, C5 and AD. RGB value is (223,197,173). Sum of RGB (Red+Green+Blue) = 223+197+173=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AD is #203A52. Grayscale: #CACACA. Windows color (decimal): -2112083 or 11388383. OLE color: 11388383.

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

Color convert

RGB223197173-
CMYK00.120.220.13
HSL28.8º43.86%77.65%-
HSV(B)28.8º22.42%87.45%-
XYZ57.9458.6447.8-
YUV202.04111.61142.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 197 (77.34% from 255) = 33.22%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=37.61%
G=33.22%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319717300.120.220.1328.843.8677.65
HexDFC5AD0C16D1d2c4e
Octal33730525501426153554116
Binary11011111110001011010110101100101101101111011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5AD; }

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

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

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

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

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

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

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

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