#DDAF9F

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

Shades of Shilo #DDAF9F

Tints of Shilo #DDAF9F

Color information

#DDAF9F (or 0xDDAF9F) is unknown color: approx Shilo. HEX triplet: DD, AF and 9F. RGB value is (221,175,159). Sum of RGB (Red+Green+Blue) = 221+175+159=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF9F is #225060. Grayscale: #BBBBBB. Windows color (decimal): -2248801 or 10465245. OLE color: 10465245.

HSL color Cylindrical-coordinate representation of color #DDAF9F: hue angle of 15.48º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAF9F is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221175159-
CMYK00.210.280.13
HSL15.48º47.69%74.51%-
HSV(B)15.48º28.05%86.67%-
XYZ51.4148.5439.46-
YUV186.93112.24152.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=39.82%
G=31.53%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117515900.210.280.1315.4847.6974.51
HexDDAF9F0151CDf304b
Octal33525723702534151760113
Binary11011101101011111001111101010111100110111111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF9F; }

 p { color: rgb(221,175,159); }

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

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

 a { background-color: rgb(221,175,159); }

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

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

 span { border-color: rgb(221,175,159); }

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