#DDA390

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

Shades of Rose #DDA390

Tints of Rose #DDA390

Color information

#DDA390 (or 0xDDA390) is unknown color: approx Rose. HEX triplet: DD, A3 and 90. RGB value is (221,163,144). Sum of RGB (Red+Green+Blue) = 221+163+144=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA390 is #225C6F. Grayscale: #B2B2B2. Windows color (decimal): -2251888 or 9479133. OLE color: 9479133.

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

Color convert

RGB221163144-
CMYK00.260.350.13
HSL14.81º53.1%71.57%-
HSV(B)14.81º34.84%86.67%-
XYZ47.9543.5832.27-
YUV178.18108.72158.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=41.86%
G=30.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116314400.260.350.1314.8153.171.57
HexDDA39001A23Df3548
Octal33524322003243151765110
Binary110111011010001110010000011010100011110111111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA390; }

 p { color: rgb(221,163,144); }

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

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

 a { background-color: rgb(221,163,144); }

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

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

 span { border-color: rgb(221,163,144); }

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