#DDAB98

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

Shades of Rose #DDAB98

Tints of Rose #DDAB98

Color information

#DDAB98 (or 0xDDAB98) is unknown color: approx Rose. HEX triplet: DD, AB and 98. RGB value is (221,171,152). Sum of RGB (Red+Green+Blue) = 221+171+152=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 152 (59.77% from 255 or 27.94% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB98 is #225467. Grayscale: #B7B7B7. Windows color (decimal): -2249832 or 10005469. OLE color: 10005469.

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

Color convert

RGB221171152-
CMYK00.230.310.13
HSL16.52º50.36%73.14%-
HSV(B)16.52º31.22%86.67%-
XYZ50.0546.7636.09-
YUV183.78110.06154.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 152 (59.77% from 255) = 27.94%
R=40.62%
G=31.43%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117115200.230.310.1316.5250.3673.14
HexDDAB980171FD113249
Octal33525323002737152162111
Binary110111011010101110011000010111111111101100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB98; }

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

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

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

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

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

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

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

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