#DDAE9D

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

Shades of Shilo #DDAE9D

Tints of Shilo #DDAE9D

Color information

#DDAE9D (or 0xDDAE9D) is unknown color: approx Shilo. HEX triplet: DD, AE and 9D. RGB value is (221,174,157). Sum of RGB (Red+Green+Blue) = 221+174+157=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE9D is #225162. Grayscale: #BABABA. Windows color (decimal): -2249059 or 10333917. OLE color: 10333917.

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

Color convert

RGB221174157-
CMYK00.210.290.13
HSL15.94º48.48%74.12%-
HSV(B)15.94º28.96%86.67%-
XYZ51.0448.0838.49-
YUV186.11111.57152.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=40.04%
G=31.52%
B=28.44%

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
Decimal22117415700.210.290.1315.9448.4874.12
HexDDAE9D0151DD10304a
Octal33525623502535152060112
Binary110111011010111010011101010101111011101100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE9D; }

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

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

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

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

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

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

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

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