#DDA690

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

Shades of Rose #DDA690

Tints of Rose #DDA690

Color information

#DDA690 (or 0xDDA690) is unknown color: approx Rose. HEX triplet: DD, A6 and 90. RGB value is (221,166,144). Sum of RGB (Red+Green+Blue) = 221+166+144=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA690 is #22596F. Grayscale: #B4B4B4. Windows color (decimal): -2251120 or 9479901. OLE color: 9479901.

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

Color convert

RGB221166144-
CMYK00.250.350.13
HSL17.14º53.1%71.57%-
HSV(B)17.14º34.84%86.67%-
XYZ48.4944.6632.45-
YUV179.94107.72157.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 166 (65.23% from 255) = 31.26%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=41.62%
G=31.26%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116614400.250.350.1317.1453.171.57
HexDDA69001923D113548
Octal33524622003143152165110
Binary1101110110100110100100000110011000111101100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA690; }

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

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

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

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

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

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

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

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