#DDB09F

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

Shades of Shilo #DDB09F

Tints of Shilo #DDB09F

Color information

#DDB09F (or 0xDDB09F) is unknown color: approx Shilo. HEX triplet: DD, B0 and 9F. RGB value is (221,176,159). Sum of RGB (Red+Green+Blue) = 221+176+159=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09F is #224F60. Grayscale: #BBBBBB. Windows color (decimal): -2248545 or 10465501. OLE color: 10465501.

HSL color Cylindrical-coordinate representation of color #DDB09F: hue angle of 16.45º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB09F is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221176159-
CMYK00.200.280.13
HSL16.45º47.69%74.51%-
HSV(B)16.45º28.05%86.67%-
XYZ51.648.9339.52-
YUV187.52111.91151.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 159 (62.5% from 255) = 28.60%
R=39.75%
G=31.65%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117615900.200.280.1316.4547.6974.51
HexDDB09F0141CD10304b
Octal33526023702434152060113
Binary110111011011000010011111010100111001101100001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB09F; }

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

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

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

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

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

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

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

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