#DDA893

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

Shades of Rose #DDA893

Tints of Rose #DDA893

Color information

#DDA893 (or 0xDDA893) is unknown color: approx Rose. HEX triplet: DD, A8 and 93. RGB value is (221,168,147). Sum of RGB (Red+Green+Blue) = 221+168+147=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA893 is #22576C. Grayscale: #B5B5B5. Windows color (decimal): -2250605 or 9677021. OLE color: 9677021.

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

Color convert

RGB221168147-
CMYK00.240.330.13
HSL17.03º52.11%72.16%-
HSV(B)17.03º33.48%86.67%-
XYZ49.0945.4833.8-
YUV181.45108.56156.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 147 (57.81% from 255) = 27.43%
R=41.23%
G=31.34%
B=27.43%

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
Decimal22116814700.240.330.1317.0352.1172.16
HexDDA89301821D113448
Octal33525022303041152164110
Binary1101110110101000100100110110001000011101100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA893; }

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

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

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

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

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

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

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

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