#DFC6AD

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

Shades of Bone #DFC6AD

Tints of Bone #DFC6AD

Color information

#DFC6AD (or 0xDFC6AD) is unknown color: approx Bone. HEX triplet: DF, C6 and AD. RGB value is (223,198,173). Sum of RGB (Red+Green+Blue) = 223+198+173=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AD is #203952. Grayscale: #CACACA. Windows color (decimal): -2111827 or 11388639. OLE color: 11388639.

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

Color convert

RGB223198173-
CMYK00.110.220.13
HSL30º43.86%77.65%-
HSV(B)30º22.42%87.45%-
XYZ58.1759.0947.88-
YUV202.62111.28142.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.54%
GREEN value IS 198 (77.73% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 29.12%
R=37.54%
G=33.33%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319817300.110.220.133043.8677.65
HexDFC6AD0B16D1e2c4e
Octal33730625501326153654116
Binary11011111110001101010110101011101101101111101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6AD; }

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

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

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

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

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

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

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

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