#DDA58E

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

Shades of Rose #DDA58E

Tints of Rose #DDA58E

Color information

#DDA58E (or 0xDDA58E) is unknown color: approx Rose. HEX triplet: DD, A5 and 8E. RGB value is (221,165,142). Sum of RGB (Red+Green+Blue) = 221+165+142=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58E is #225A71. Grayscale: #B3B3B3. Windows color (decimal): -2251378 or 9348573. OLE color: 9348573.

HSL color Cylindrical-coordinate representation of color #DDA58E: hue angle of 17.47º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA58E is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221165142-
CMYK00.250.360.13
HSL17.47º53.74%71.18%-
HSV(B)17.47º35.75%86.67%-
XYZ48.1644.2431.59-
YUV179.12107.05157.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 165 (64.84% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=41.86%
G=31.25%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116514200.250.360.1317.4753.7471.18
HexDDA58E01924D113647
Octal33524521603144152166107
Binary1101110110100101100011100110011001001101100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA58E; }

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

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

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

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

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

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

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

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