#DDA799

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

Shades of Rose #DDA799

Tints of Rose #DDA799

Color information

#DDA799 (or 0xDDA799) is unknown color: approx Rose. HEX triplet: DD, A7 and 99. RGB value is (221,167,153). Sum of RGB (Red+Green+Blue) = 221+167+153=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA799 is #225866. Grayscale: #B5B5B5. Windows color (decimal): -2250855 or 10069981. OLE color: 10069981.

HSL color Cylindrical-coordinate representation of color #DDA799: hue angle of 12.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA799 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221167153-
CMYK00.240.310.13
HSL12.35º50%73.33%-
HSV(B)12.35º30.77%86.67%-
XYZ49.3945.3136.28-
YUV181.55111.89156.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 167 (65.62% from 255) = 30.87%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=40.85%
G=30.87%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116715300.240.310.1312.355073.33
HexDDA7990181FDc3249
Octal33524723103037151462111
Binary11011101101001111001100101100011111110111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA799; }

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

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

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

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

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

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

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

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