#DDA291

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

Shades of Rose #DDA291

Tints of Rose #DDA291

Color information

#DDA291 (or 0xDDA291) is unknown color: approx Rose. HEX triplet: DD, A2 and 91. RGB value is (221,162,145). Sum of RGB (Red+Green+Blue) = 221+162+145=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA291 is #225D6E. Grayscale: #B1B1B1. Windows color (decimal): -2252143 or 9544413. OLE color: 9544413.

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

Color convert

RGB221162145-
CMYK00.270.340.13
HSL13.42º52.78%71.76%-
HSV(B)13.42º34.39%86.67%-
XYZ47.8543.2632.62-
YUV177.7109.55158.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 162 (63.67% from 255) = 30.68%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=41.86%
G=30.68%
B=27.46%

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
Decimal22116214500.270.340.1313.4252.7871.76
HexDDA29101B22Dd3548
Octal33524222103342151565110
Binary110111011010001010010001011011100010110111011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA291; }

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

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

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

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

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

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

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

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