#ddaf9d

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

Shades of Shilo #DDAF9D

Tints of Shilo #DDAF9D

Color information

#DDAF9D (or 0xDDAF9D) is unknown color: approx Shilo. HEX triplet: DD, AF and 9D. RGB value is (221,175,157). Sum of RGB (Red+Green+Blue) = 221+175+157=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF9D is #225062. Grayscale: #BABABA. Windows color (decimal): -2248803 or 10334173. OLE color: 10334173.

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

Color convert

RGB221175157-
CMYK00.210.290.13
HSL16.88º48.48%74.12%-
HSV(B)16.88º28.96%86.67%-
XYZ51.2348.4738.55-
YUV186.7111.24152.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=39.96%
G=31.65%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117515700.210.290.1316.8848.4874.12
HexDDAF9D0151DD11304a
Octal33525723502535152160112
Binary110111011010111110011101010101111011101100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddaf9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddaf9d; }

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

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

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

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

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

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

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

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