#DDA39D

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

Shades of Rose #DDA39D

Tints of Rose #DDA39D

Color information

#DDA39D (or 0xDDA39D) is unknown color: approx Rose. HEX triplet: DD, A3 and 9D. RGB value is (221,163,157). Sum of RGB (Red+Green+Blue) = 221+163+157=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA39D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA39D is #225C62. Grayscale: #B3B3B3. Windows color (decimal): -2251875 or 10331101. OLE color: 10331101.

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

Color convert

RGB221163157-
CMYK00.260.290.13
HSL5.63º48.48%74.12%-
HSV(B)5.63º28.96%86.67%-
XYZ494437.81-
YUV179.66115.22157.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 163 (64.06% from 255) = 30.13%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=40.85%
G=30.13%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116315700.260.290.135.6348.4874.12
HexDDA39D01A1DD6304a
Octal3352432350323515660112
Binary1101110110100011100111010110101110111011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA39D; }

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

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

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

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

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

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

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

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