#DDB09E

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

Shades of Shilo #DDB09E

Tints of Shilo #DDB09E

Color information

#DDB09E (or 0xDDB09E) is unknown color: approx Shilo. HEX triplet: DD, B0 and 9E. RGB value is (221,176,158). Sum of RGB (Red+Green+Blue) = 221+176+158=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09E is #224F61. Grayscale: #BBBBBB. Windows color (decimal): -2248546 or 10399965. OLE color: 10399965.

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

Color convert

RGB221176158-
CMYK00.200.290.13
HSL17.14º48.09%74.31%-
HSV(B)17.14º28.51%86.67%-
XYZ51.5248.8939.07-
YUV187.4111.41151.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=39.82%
G=31.71%
B=28.47%

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
Decimal22117615800.200.290.1317.1448.0974.31
HexDDB09E0141DD11304a
Octal33526023602435152160112
Binary110111011011000010011110010100111011101100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB09E; }

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

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

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

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

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

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

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

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