#DDA191

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

Shades of Rose #DDA191

Tints of Rose #DDA191

Color information

#DDA191 (or 0xDDA191) is unknown color: approx Rose. HEX triplet: DD, A1 and 91. RGB value is (221,161,145). Sum of RGB (Red+Green+Blue) = 221+161+145=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA191 is #225E6E. Grayscale: #B1B1B1. Windows color (decimal): -2252399 or 9544157. OLE color: 9544157.

HSL color Cylindrical-coordinate representation of color #DDA191: hue angle of 12.63º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA191 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB221161145-
CMYK00.270.340.13
HSL12.63º52.78%71.76%-
HSV(B)12.63º34.39%86.67%-
XYZ47.6742.9132.56-
YUV177.12109.88159.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=41.94%
G=30.55%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116114500.270.340.1312.6352.7871.76
HexDDA19101B22Dd3548
Octal33524122103342151565110
Binary110111011010000110010001011011100010110111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA191; }

 p { color: rgb(221,161,145); }

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

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

 a { background-color: rgb(221,161,145); }

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

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

 span { border-color: rgb(221,161,145); }

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