#DDA59E

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

Shades of Rose #DDA59E

Tints of Rose #DDA59E

Color information

#DDA59E (or 0xDDA59E) is unknown color: approx Rose. HEX triplet: DD, A5 and 9E. RGB value is (221,165,158). Sum of RGB (Red+Green+Blue) = 221+165+158=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA59E is #225A61. Grayscale: #B5B5B5. Windows color (decimal): -2251362 or 10397149. OLE color: 10397149.

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

Color convert

RGB221165158-
CMYK00.250.290.13
HSL6.67º48.09%74.31%-
HSV(B)6.67º28.51%86.67%-
XYZ49.4544.7538.38-
YUV180.95115.05156.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 158 (62.11% from 255) = 29.04%
R=40.62%
G=30.33%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116515800.250.290.136.6748.0974.31
HexDDA59E0191DD7304a
Octal3352452360313515760112
Binary1101110110100101100111100110011110111011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA59E; }

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

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

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

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

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

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

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

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