#DDA998

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

Shades of Rose #DDA998

Tints of Rose #DDA998

Color information

#DDA998 (or 0xDDA998) is unknown color: approx Rose. HEX triplet: DD, A9 and 98. RGB value is (221,169,152). Sum of RGB (Red+Green+Blue) = 221+169+152=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA998 is #225667. Grayscale: #B6B6B6. Windows color (decimal): -2250344 or 10004957. OLE color: 10004957.

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

Color convert

RGB221169152-
CMYK00.240.310.13
HSL14.78º50.36%73.14%-
HSV(B)14.78º31.22%86.67%-
XYZ49.6746.0235.97-
YUV182.61110.73155.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=40.77%
G=31.18%
B=28.04%

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
Decimal22116915200.240.310.1314.7850.3673.14
HexDDA9980181FDf3249
Octal33525123003037151762111
Binary11011101101010011001100001100011111110111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA998; }

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

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

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

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

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

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

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

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