#DFC5AA

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

Shades of Bone #DFC5AA

Tints of Bone #DFC5AA

Color information

#DFC5AA (or 0xDFC5AA) is unknown color: approx Bone. HEX triplet: DF, C5 and AA. RGB value is (223,197,170). Sum of RGB (Red+Green+Blue) = 223+197+170=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AA is #203A55. Grayscale: #C9C9C9. Windows color (decimal): -2112086 or 11191775. OLE color: 11191775.

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

Color convert

RGB223197170-
CMYK00.120.240.13
HSL30.57º45.3%77.06%-
HSV(B)30.57º23.77%87.45%-
XYZ57.6558.5246.29-
YUV201.7110.11143.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 197 (77.34% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=37.80%
G=33.39%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319717000.120.240.1330.5745.377.06
HexDFC5AA0C18D1f2d4d
Octal33730525201430153755115
Binary11011111110001011010101001100110001101111111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5AA; }

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

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

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

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

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

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

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

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