#DDAC9D

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

Shades of Shilo #DDAC9D

Tints of Shilo #DDAC9D

Color information

#DDAC9D (or 0xDDAC9D) is unknown color: approx Shilo. HEX triplet: DD, AC and 9D. RGB value is (221,172,157). Sum of RGB (Red+Green+Blue) = 221+172+157=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC9D is #225362. Grayscale: #B9B9B9. Windows color (decimal): -2249571 or 10333405. OLE color: 10333405.

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

Color convert

RGB221172157-
CMYK00.220.290.13
HSL14.06º48.48%74.12%-
HSV(B)14.06º28.96%86.67%-
XYZ50.6647.3138.36-
YUV184.94112.23153.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=40.18%
G=31.27%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117215700.220.290.1314.0648.4874.12
HexDDAC9D0161DDe304a
Octal33525423502635151660112
Binary11011101101011001001110101011011101110111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC9D; }

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

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

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

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

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

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

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

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