#DFC3AD

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

Shades of Bone #DFC3AD

Tints of Bone #DFC3AD

Color information

#DFC3AD (or 0xDFC3AD) is unknown color: approx Bone. HEX triplet: DF, C3 and AD. RGB value is (223,195,173). Sum of RGB (Red+Green+Blue) = 223+195+173=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3AD is #203C52. Grayscale: #C8C8C8. Windows color (decimal): -2112595 or 11387871. OLE color: 11387871.

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

Color convert

RGB223195173-
CMYK00.130.220.13
HSL26.4º43.86%77.65%-
HSV(B)26.4º22.42%87.45%-
XYZ57.4957.7447.65-
YUV200.86112.28143.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=37.73%
G=32.99%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319517300.130.220.1326.443.8677.65
HexDFC3AD0D16D1a2c4e
Octal33730325501526153254116
Binary11011111110000111010110101101101101101110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3AD; }

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

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

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

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

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

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

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

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