#DDA693

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

Shades of Rose #DDA693

Tints of Rose #DDA693

Color information

#DDA693 (or 0xDDA693) is unknown color: approx Rose. HEX triplet: DD, A6 and 93. RGB value is (221,166,147). Sum of RGB (Red+Green+Blue) = 221+166+147=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA693 is #22596C. Grayscale: #B4B4B4. Windows color (decimal): -2251117 or 9676509. OLE color: 9676509.

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

Color convert

RGB221166147-
CMYK00.250.330.13
HSL15.41º52.11%72.16%-
HSV(B)15.41º33.48%86.67%-
XYZ48.7244.7533.67-
YUV180.28109.22157.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=41.39%
G=31.09%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116614700.250.330.1315.4152.1172.16
HexDDA69301921Df3448
Octal33524622303141151764110
Binary110111011010011010010011011001100001110111111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA693; }

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

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

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

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

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

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

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

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