#DDA79C

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

Shades of Rose #DDA79C

Tints of Rose #DDA79C

Color information

#DDA79C (or 0xDDA79C) is unknown color: approx Rose. HEX triplet: DD, A7 and 9C. RGB value is (221,167,156). Sum of RGB (Red+Green+Blue) = 221+167+156=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA79C is #225863. Grayscale: #B5B5B5. Windows color (decimal): -2250852 or 10266589. OLE color: 10266589.

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

Color convert

RGB221167156-
CMYK00.240.290.13
HSL10.15º48.87%73.92%-
HSV(B)10.15º29.41%86.67%-
XYZ49.6445.4137.6-
YUV181.89113.39155.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=40.62%
G=30.70%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116715600.240.290.1310.1548.8773.92
HexDDA79C0181DDa314a
Octal33524723403035151261112
Binary11011101101001111001110001100011101110110101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA79C; }

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

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

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

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

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

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

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

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