#DFC6AF

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

Shades of Bone #DFC6AF

Tints of Bone #DFC6AF

Color information

#DFC6AF (or 0xDFC6AF) is unknown color: approx Bone. HEX triplet: DF, C6 and AF. RGB value is (223,198,175). Sum of RGB (Red+Green+Blue) = 223+198+175=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AF is #203950. Grayscale: #CACACA. Windows color (decimal): -2111825 or 11519711. OLE color: 11519711.

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

Color convert

RGB223198175-
CMYK00.110.220.13
HSL28.75º42.86%78.04%-
HSV(B)28.75º21.52%87.45%-
XYZ58.3659.1748.9-
YUV202.85112.28142.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 29.36%
R=37.42%
G=33.22%
B=29.36%

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
Decimal22319817500.110.220.1328.7542.8678.04
HexDFC6AF0B16D1d2b4e
Octal33730625701326153553116
Binary11011111110001101010111101011101101101111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6AF; }

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

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

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

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

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

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

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

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