#DDA59D

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

Shades of Rose #DDA59D

Tints of Rose #DDA59D

Color information

#DDA59D (or 0xDDA59D) is unknown color: approx Rose. HEX triplet: DD, A5 and 9D. RGB value is (221,165,157). Sum of RGB (Red+Green+Blue) = 221+165+157=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA59D is #225A62. Grayscale: #B4B4B4. Windows color (decimal): -2251363 or 10331613. OLE color: 10331613.

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

Color convert

RGB221165157-
CMYK00.250.290.13
HSL7.5º48.48%74.12%-
HSV(B)7.5º28.96%86.67%-
XYZ49.3644.7237.93-
YUV180.83114.55156.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=40.70%
G=30.39%
B=28.91%

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
Decimal22116515700.250.290.137.548.4874.12
HexDDA59D0191DD8304a
Octal33524523503135151060112
Binary11011101101001011001110101100111101110110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA59D; }

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

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

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

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

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

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

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

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