#DDAFA0

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

Shades of Shilo #DDAFA0

Tints of Shilo #DDAFA0

Color information

#DDAFA0 (or 0xDDAFA0) is unknown color: approx Shilo. HEX triplet: DD, AF and A0. RGB value is (221,175,160). Sum of RGB (Red+Green+Blue) = 221+175+160=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAFA0 is #22505F. Grayscale: #BBBBBB. Windows color (decimal): -2248800 or 10530781. OLE color: 10530781.

HSL color Cylindrical-coordinate representation of color #DDAFA0: hue angle of 14.75º degrees, saturation: 0.47, 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 #DDAFA0 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221175160-
CMYK00.210.280.13
HSL14.75º47.29%74.71%-
HSV(B)14.75º27.6%86.67%-
XYZ51.4948.5739.92-
YUV187.04112.74152.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=39.75%
G=31.47%
B=28.78%

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
Decimal22117516000.210.280.1314.7547.2974.71
HexDDAFA00151CDf2f4b
Octal33525724002534151757113
Binary11011101101011111010000001010111100110111111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAFA0; }

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

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

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

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

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

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

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

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