#DDA798

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

Shades of Rose #DDA798

Tints of Rose #DDA798

Color information

#DDA798 (or 0xDDA798) is unknown color: approx Rose. HEX triplet: DD, A7 and 98. RGB value is (221,167,152). Sum of RGB (Red+Green+Blue) = 221+167+152=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA798 is #225867. Grayscale: #B5B5B5. Windows color (decimal): -2250856 or 10004445. OLE color: 10004445.

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

Color convert

RGB221167152-
CMYK00.240.310.13
HSL13.04º50.36%73.14%-
HSV(B)13.04º31.22%86.67%-
XYZ49.3145.2835.85-
YUV181.44111.39156.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=40.93%
G=30.93%
B=28.15%

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
Decimal22116715200.240.310.1313.0450.3673.14
HexDDA7980181FDd3249
Octal33524723003037151562111
Binary11011101101001111001100001100011111110111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA798; }

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

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

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

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

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

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

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

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