#DDACA9

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

Shades of Shilo #DDACA9

Tints of Shilo #DDACA9

Color information

#DDACA9 (or 0xDDACA9) is unknown color: approx Shilo. HEX triplet: DD, AC and A9. RGB value is (221,172,169). Sum of RGB (Red+Green+Blue) = 221+172+169=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACA9 is #225356. Grayscale: #BABABA. Windows color (decimal): -2249559 or 11119837. OLE color: 11119837.

HSL color Cylindrical-coordinate representation of color #DDACA9: hue angle of 3.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDACA9 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221172169-
CMYK00.220.240.13
HSL3.46º43.33%76.47%-
HSV(B)3.46º23.53%86.67%-
XYZ51.7347.7444.02-
YUV186.31118.23152.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=39.32%
G=30.60%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117216900.220.240.133.4643.3376.47
HexDDACA901618D32b4c
Octal3352542510263015353114
Binary110111011010110010101001010110110001101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACA9; }

 p { color: rgb(221,172,169); }

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

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

 a { background-color: rgb(221,172,169); }

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

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

 span { border-color: rgb(221,172,169); }

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