#DDA79B

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

Shades of Rose #DDA79B

Tints of Rose #DDA79B

Color information

#DDA79B (or 0xDDA79B) is unknown color: approx Rose. HEX triplet: DD, A7 and 9B. RGB value is (221,167,155). Sum of RGB (Red+Green+Blue) = 221+167+155=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA79B is #225864. Grayscale: #B5B5B5. Windows color (decimal): -2250853 or 10201053. OLE color: 10201053.

HSL color Cylindrical-coordinate representation of color #DDA79B: hue angle of 10.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA79B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221167155-
CMYK00.240.300.13
HSL10.91º49.25%73.73%-
HSV(B)10.91º29.86%86.67%-
XYZ49.5545.3837.16-
YUV181.78112.89155.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 167 (65.62% from 255) = 30.76%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=40.70%
G=30.76%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116715500.240.300.1310.9149.2573.73
HexDDA79B0181EDb314a
Octal33524723303036151361112
Binary11011101101001111001101101100011110110110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA79B; }

 p { color: rgb(221,167,155); }

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

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

 a { background-color: rgb(221,167,155); }

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

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

 span { border-color: rgb(221,167,155); }

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