#DDA391

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

Shades of Rose #DDA391

Tints of Rose #DDA391

Color information

#DDA391 (or 0xDDA391) is unknown color: approx Rose. HEX triplet: DD, A3 and 91. RGB value is (221,163,145). Sum of RGB (Red+Green+Blue) = 221+163+145=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA391 is #225C6E. Grayscale: #B2B2B2. Windows color (decimal): -2251887 or 9544669. OLE color: 9544669.

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

Color convert

RGB221163145-
CMYK00.260.340.13
HSL14.21º52.78%71.76%-
HSV(B)14.21º34.39%86.67%-
XYZ48.0343.6132.67-
YUV178.29109.22158.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=41.78%
G=30.81%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116314500.260.340.1314.2152.7871.76
HexDDA39101A22De3548
Octal33524322103242151665110
Binary110111011010001110010001011010100010110111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA391; }

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

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

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

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

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

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

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

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