#DDA295

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

Shades of Rose #DDA295

Tints of Rose #DDA295

Color information

#DDA295 (or 0xDDA295) is unknown color: approx Rose. HEX triplet: DD, A2 and 95. RGB value is (221,162,149). Sum of RGB (Red+Green+Blue) = 221+162+149=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA295 is #225D6A. Grayscale: #B2B2B2. Windows color (decimal): -2252139 or 9806557. OLE color: 9806557.

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

Color convert

RGB221162149-
CMYK00.270.330.13
HSL10.83º51.43%72.55%-
HSV(B)10.83º32.58%86.67%-
XYZ48.1643.3834.27-
YUV178.16111.55158.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 162 (63.67% from 255) = 30.45%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=41.54%
G=30.45%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116214900.270.330.1310.8351.4372.55
HexDDA29501B21Db3349
Octal33524222503341151363111
Binary110111011010001010010101011011100001110110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA295; }

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

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

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

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

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

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

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

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