#DFC9AC

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

Shades of Bone #DFC9AC

Tints of Bone #DFC9AC

Color information

#DFC9AC (or 0xDFC9AC) is unknown color: approx Bone. HEX triplet: DF, C9 and AC. RGB value is (223,201,172). Sum of RGB (Red+Green+Blue) = 223+201+172=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AC is #203653. Grayscale: #CCCCCC. Windows color (decimal): -2111060 or 11323871. OLE color: 11323871.

HSL color Cylindrical-coordinate representation of color #DFC9AC: hue angle of 34.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC9AC is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223201172-
CMYK00.100.230.13
HSL34.12º44.35%77.45%-
HSV(B)34.12º22.87%87.45%-
XYZ58.7660.4447.6-
YUV204.27109.79141.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 201 (78.91% from 255) = 33.72%
BLUE value IS 172 (67.58% from 255) = 28.86%
R=37.42%
G=33.72%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320117200.100.230.1334.1244.3577.45
HexDFC9AC0A17D222c4d
Octal33731125401227154254115
Binary110111111100100110101100010101011111011000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9AC; }

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

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

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

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

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

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

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

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