#DDB29F

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

Shades of Shilo #DDB29F

Tints of Shilo #DDB29F

Color information

#DDB29F (or 0xDDB29F) is unknown color: approx Shilo. HEX triplet: DD, B2 and 9F. RGB value is (221,178,159). Sum of RGB (Red+Green+Blue) = 221+178+159=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB29F is #224D60. Grayscale: #BCBCBC. Windows color (decimal): -2248033 or 10466013. OLE color: 10466013.

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

Color convert

RGB221178159-
CMYK00.190.280.13
HSL18.39º47.69%74.51%-
HSV(B)18.39º28.05%86.67%-
XYZ5249.7239.66-
YUV188.69111.25151.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 178 (69.92% from 255) = 31.90%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=39.61%
G=31.90%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117815900.190.280.1318.3947.6974.51
HexDDB29F0131CD12304b
Octal33526223702334152260113
Binary110111011011001010011111010011111001101100101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB29F; }

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

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

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

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

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

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

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

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