#DDA495

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

Shades of Rose #DDA495

Tints of Rose #DDA495

Color information

#DDA495 (or 0xDDA495) is unknown color: approx Rose. HEX triplet: DD, A4 and 95. RGB value is (221,164,149). Sum of RGB (Red+Green+Blue) = 221+164+149=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA495 is #225B6A. Grayscale: #B3B3B3. Windows color (decimal): -2251627 or 9807069. OLE color: 9807069.

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

Color convert

RGB221164149-
CMYK00.260.330.13
HSL12.5º51.43%72.55%-
HSV(B)12.5º32.58%86.67%-
XYZ48.5244.0934.39-
YUV179.33110.88157.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 164 (64.45% from 255) = 30.71%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=41.39%
G=30.71%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116414900.260.330.1312.551.4372.55
HexDDA49501A21Dd3349
Octal33524422503241151563111
Binary110111011010010010010101011010100001110111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA495; }

 p { color: rgb(221,164,149); }

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

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

 a { background-color: rgb(221,164,149); }

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

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

 span { border-color: rgb(221,164,149); }

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