#DFC6AE

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

Shades of Bone #DFC6AE

Tints of Bone #DFC6AE

Color information

#DFC6AE (or 0xDFC6AE) is unknown color: approx Bone. HEX triplet: DF, C6 and AE. RGB value is (223,198,174). Sum of RGB (Red+Green+Blue) = 223+198+174=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AE is #203951. Grayscale: #CACACA. Windows color (decimal): -2111826 or 11454175. OLE color: 11454175.

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

Color convert

RGB223198174-
CMYK00.110.220.13
HSL29.39º43.36%77.84%-
HSV(B)29.39º21.97%87.45%-
XYZ58.2759.1348.39-
YUV202.74111.78142.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 198 (77.73% from 255) = 33.28%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=37.48%
G=33.28%
B=29.24%

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
Decimal22319817400.110.220.1329.3943.3677.84
HexDFC6AE0B16D1d2b4e
Octal33730625601326153553116
Binary11011111110001101010111001011101101101111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6AE; }

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

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

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

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

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

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

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

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