#DDA993

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

Shades of Rose #DDA993

Tints of Rose #DDA993

Color information

#DDA993 (or 0xDDA993) is unknown color: approx Rose. HEX triplet: DD, A9 and 93. RGB value is (221,169,147). Sum of RGB (Red+Green+Blue) = 221+169+147=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA993 is #22566C. Grayscale: #B6B6B6. Windows color (decimal): -2250349 or 9677277. OLE color: 9677277.

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

Color convert

RGB221169147-
CMYK00.240.330.13
HSL17.84º52.11%72.16%-
HSV(B)17.84º33.48%86.67%-
XYZ49.2745.8533.86-
YUV182.04108.23155.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=41.15%
G=31.47%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116914700.240.330.1317.8452.1172.16
HexDDA99301821D123448
Octal33525122303041152264110
Binary1101110110101001100100110110001000011101100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA993; }

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

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

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

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

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

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

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

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