#DDA593

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

Shades of Rose #DDA593

Tints of Rose #DDA593

Color information

#DDA593 (or 0xDDA593) is unknown color: approx Rose. HEX triplet: DD, A5 and 93. RGB value is (221,165,147). Sum of RGB (Red+Green+Blue) = 221+165+147=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA593 is #225A6C. Grayscale: #B3B3B3. Windows color (decimal): -2251373 or 9676253. OLE color: 9676253.

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

Color convert

RGB221165147-
CMYK00.250.330.13
HSL14.59º52.11%72.16%-
HSV(B)14.59º33.48%86.67%-
XYZ48.5444.3933.61-
YUV179.69109.55157.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=41.46%
G=30.96%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116514700.250.330.1314.5952.1172.16
HexDDA59301921Df3448
Octal33524522303141151764110
Binary110111011010010110010011011001100001110111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA593; }

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

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

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

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

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

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

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

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