#DDA790

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

Shades of Rose #DDA790

Tints of Rose #DDA790

Color information

#DDA790 (or 0xDDA790) is unknown color: approx Rose. HEX triplet: DD, A7 and 90. RGB value is (221,167,144). Sum of RGB (Red+Green+Blue) = 221+167+144=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA790 is #22586F. Grayscale: #B4B4B4. Windows color (decimal): -2250864 or 9480157. OLE color: 9480157.

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

Color convert

RGB221167144-
CMYK00.240.350.13
HSL17.92º53.1%71.57%-
HSV(B)17.92º34.84%86.67%-
XYZ48.6745.0232.51-
YUV180.52107.39156.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 167 (65.62% from 255) = 31.39%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=41.54%
G=31.39%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116714400.240.350.1317.9253.171.57
HexDDA79001823D123548
Octal33524722003043152265110
Binary1101110110100111100100000110001000111101100101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA790; }

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

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

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

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

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

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

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

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