#DFC2AA

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

Shades of Bone #DFC2AA

Tints of Bone #DFC2AA

Color information

#DFC2AA (or 0xDFC2AA) is unknown color: approx Bone. HEX triplet: DF, C2 and AA. RGB value is (223,194,170). Sum of RGB (Red+Green+Blue) = 223+194+170=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2AA is #203D55. Grayscale: #C8C8C8. Windows color (decimal): -2112854 or 11191007. OLE color: 11191007.

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

Color convert

RGB223194170-
CMYK00.130.240.13
HSL27.17º45.3%77.06%-
HSV(B)27.17º23.77%87.45%-
XYZ56.9857.1746.06-
YUV199.94111.11144.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=37.99%
G=33.05%
B=28.96%

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
Decimal22319417000.130.240.1327.1745.377.06
HexDFC2AA0D18D1b2d4d
Octal33730225201530153355115
Binary11011111110000101010101001101110001101110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2AA; }

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

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

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

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

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

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

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

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