#DFC9AF

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

Shades of Bone #DFC9AF

Tints of Bone #DFC9AF

Color information

#DFC9AF (or 0xDFC9AF) is unknown color: approx Bone. HEX triplet: DF, C9 and AF. RGB value is (223,201,175). Sum of RGB (Red+Green+Blue) = 223+201+175=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AF is #203650. Grayscale: #CCCCCC. Windows color (decimal): -2111057 or 11520479. OLE color: 11520479.

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

Color convert

RGB223201175-
CMYK00.100.220.13
HSL32.5º42.86%78.04%-
HSV(B)32.5º21.52%87.45%-
XYZ59.0660.5649.13-
YUV204.61111.29141.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.23%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=37.23%
G=33.56%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320117500.100.220.1332.542.8678.04
HexDFC9AF0A16D212b4e
Octal33731125701226154153116
Binary110111111100100110101111010101011011011000011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9AF; }

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

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

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

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

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

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

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

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