#DDA795

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

Shades of Rose #DDA795

Tints of Rose #DDA795

Color information

#DDA795 (or 0xDDA795) is unknown color: approx Rose. HEX triplet: DD, A7 and 95. RGB value is (221,167,149). Sum of RGB (Red+Green+Blue) = 221+167+149=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA795 is #22586A. Grayscale: #B5B5B5. Windows color (decimal): -2250859 or 9807837. OLE color: 9807837.

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

Color convert

RGB221167149-
CMYK00.240.330.13
HSL15º51.43%72.55%-
HSV(B)15º32.58%86.67%-
XYZ49.0645.1834.57-
YUV181.09109.89156.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=41.15%
G=31.10%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116714900.240.330.131551.4372.55
HexDDA79501821Df3349
Octal33524722503041151763111
Binary110111011010011110010101011000100001110111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA795; }

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

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

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

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

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

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

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

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