#DFC9AB

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

Shades of Bone #DFC9AB

Tints of Bone #DFC9AB

Color information

#DFC9AB (or 0xDFC9AB) is unknown color: approx Bone. HEX triplet: DF, C9 and AB. RGB value is (223,201,171). Sum of RGB (Red+Green+Blue) = 223+201+171=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AB is #203654. Grayscale: #CCCCCC. Windows color (decimal): -2111061 or 11258335. OLE color: 11258335.

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

Color convert

RGB223201171-
CMYK00.100.230.13
HSL34.62º44.83%77.25%-
HSV(B)34.62º23.32%87.45%-
XYZ58.6760.447.09-
YUV204.16109.29141.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=37.48%
G=33.78%
B=28.74%

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
Decimal22320117100.100.230.1334.6244.8377.25
HexDFC9AB0A17D232d4d
Octal33731125301227154355115
Binary110111111100100110101011010101011111011000111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9AB; }

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

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

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

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

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

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

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

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