#DDA793

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

Shades of Rose #DDA793

Tints of Rose #DDA793

Color information

#DDA793 (or 0xDDA793) is unknown color: approx Rose. HEX triplet: DD, A7 and 93. RGB value is (221,167,147). Sum of RGB (Red+Green+Blue) = 221+167+147=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA793 is #22586C. Grayscale: #B5B5B5. Windows color (decimal): -2250861 or 9676765. OLE color: 9676765.

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

Color convert

RGB221167147-
CMYK00.240.330.13
HSL16.22º52.11%72.16%-
HSV(B)16.22º33.48%86.67%-
XYZ48.945.1233.73-
YUV180.87108.89156.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=41.31%
G=31.21%
B=27.48%

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
Decimal22116714700.240.330.1316.2252.1172.16
HexDDA79301821D103448
Octal33524722303041152064110
Binary1101110110100111100100110110001000011101100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA793; }

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

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

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

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

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

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

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

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