#DDB19E

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

Shades of Shilo #DDB19E

Tints of Shilo #DDB19E

Color information

#DDB19E (or 0xDDB19E) is unknown color: approx Shilo. HEX triplet: DD, B1 and 9E. RGB value is (221,177,158). Sum of RGB (Red+Green+Blue) = 221+177+158=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB19E is #224E61. Grayscale: #BCBCBC. Windows color (decimal): -2248290 or 10400221. OLE color: 10400221.

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

Color convert

RGB221177158-
CMYK00.200.290.13
HSL18.1º48.09%74.31%-
HSV(B)18.1º28.51%86.67%-
XYZ51.7149.2939.14-
YUV187.99111.08151.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=39.75%
G=31.83%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117715800.200.290.1318.148.0974.31
HexDDB19E0141DD12304a
Octal33526123602435152260112
Binary110111011011000110011110010100111011101100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB19E; }

 p { color: rgb(221,177,158); }

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

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

 a { background-color: rgb(221,177,158); }

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

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

 span { border-color: rgb(221,177,158); }

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