#DDA796

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

Shades of Rose #DDA796

Tints of Rose #DDA796

Color information

#DDA796 (or 0xDDA796) is unknown color: approx Rose. HEX triplet: DD, A7 and 96. RGB value is (221,167,150). Sum of RGB (Red+Green+Blue) = 221+167+150=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA796 is #225869. Grayscale: #B5B5B5. Windows color (decimal): -2250858 or 9873373. OLE color: 9873373.

HSL color Cylindrical-coordinate representation of color #DDA796: hue angle of 14.37º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA796 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221167150-
CMYK00.240.320.13
HSL14.37º51.08%72.75%-
HSV(B)14.37º32.13%86.67%-
XYZ49.1445.2134.99-
YUV181.21110.39156.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=41.08%
G=31.04%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116715000.240.320.1314.3751.0872.75
HexDDA79601820De3349
Octal33524722603040151663111
Binary110111011010011110010110011000100000110111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA796; }

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

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

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

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

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

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

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

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