#DFC3AA

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

Shades of Bone #DFC3AA

Tints of Bone #DFC3AA

Color information

#DFC3AA (or 0xDFC3AA) is unknown color: approx Bone. HEX triplet: DF, C3 and AA. RGB value is (223,195,170). Sum of RGB (Red+Green+Blue) = 223+195+170=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3AA is #203C55. Grayscale: #C8C8C8. Windows color (decimal): -2112598 or 11191263. OLE color: 11191263.

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

Color convert

RGB223195170-
CMYK00.130.240.13
HSL28.3º45.3%77.06%-
HSV(B)28.3º23.77%87.45%-
XYZ57.257.6246.14-
YUV200.52110.78144.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=37.93%
G=33.16%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319517000.130.240.1328.345.377.06
HexDFC3AA0D18D1c2d4d
Octal33730325201530153455115
Binary11011111110000111010101001101110001101111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3AA; }

 p { color: rgb(223,195,170); }

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

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

 a { background-color: rgb(223,195,170); }

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

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

 span { border-color: rgb(223,195,170); }

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