#DFC7AF

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

Shades of Bone #DFC7AF

Tints of Bone #DFC7AF

Color information

#DFC7AF (or 0xDFC7AF) is unknown color: approx Bone. HEX triplet: DF, C7 and AF. RGB value is (223,199,175). Sum of RGB (Red+Green+Blue) = 223+199+175=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7AF is #203850. Grayscale: #CBCBCB. Windows color (decimal): -2111569 or 11519967. OLE color: 11519967.

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

Color convert

RGB223199175-
CMYK00.110.220.13
HSL30º42.86%78.04%-
HSV(B)30º21.52%87.45%-
XYZ58.5959.6348.98-
YUV203.44111.95141.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.35%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=37.35%
G=33.33%
B=29.31%

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
Decimal22319917500.110.220.133042.8678.04
HexDFC7AF0B16D1e2b4e
Octal33730725701326153653116
Binary11011111110001111010111101011101101101111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7AF; }

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

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

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

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

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

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

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

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