#DDA293

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

Shades of Rose #DDA293

Tints of Rose #DDA293

Color information

#DDA293 (or 0xDDA293) is unknown color: approx Rose. HEX triplet: DD, A2 and 93. RGB value is (221,162,147). Sum of RGB (Red+Green+Blue) = 221+162+147=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA293 is #225D6C. Grayscale: #B2B2B2. Windows color (decimal): -2252141 or 9675485. OLE color: 9675485.

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

Color convert

RGB221162147-
CMYK00.270.330.13
HSL12.16º52.11%72.16%-
HSV(B)12.16º33.48%86.67%-
XYZ48.0143.3233.44-
YUV177.93110.55158.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 162 (63.67% from 255) = 30.57%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=41.70%
G=30.57%
B=27.74%

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
Decimal22116214700.270.330.1312.1652.1172.16
HexDDA29301B21Dc3448
Octal33524222303341151464110
Binary110111011010001010010011011011100001110111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA293; }

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

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

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

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

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

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

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

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