#DDA59C

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

Shades of Rose #DDA59C

Tints of Rose #DDA59C

Color information

#DDA59C (or 0xDDA59C) is unknown color: approx Rose. HEX triplet: DD, A5 and 9C. RGB value is (221,165,156). Sum of RGB (Red+Green+Blue) = 221+165+156=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA59C is #225A63. Grayscale: #B4B4B4. Windows color (decimal): -2251364 or 10266077. OLE color: 10266077.

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

Color convert

RGB221165156-
CMYK00.250.290.13
HSL8.31º48.87%73.92%-
HSV(B)8.31º29.41%86.67%-
XYZ49.2744.6837.48-
YUV180.72114.05156.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=40.77%
G=30.44%
B=28.78%

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
Decimal22116515600.250.290.138.3148.8773.92
HexDDA59C0191DD8314a
Octal33524523403135151061112
Binary11011101101001011001110001100111101110110001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA59C; }

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

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

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

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

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

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

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

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