#DDA898

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

Shades of Rose #DDA898

Tints of Rose #DDA898

Color information

#DDA898 (or 0xDDA898) is unknown color: approx Rose. HEX triplet: DD, A8 and 98. RGB value is (221,168,152). Sum of RGB (Red+Green+Blue) = 221+168+152=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA898 is #225767. Grayscale: #B6B6B6. Windows color (decimal): -2250600 or 10004701. OLE color: 10004701.

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

Color convert

RGB221168152-
CMYK00.240.310.13
HSL13.91º50.36%73.14%-
HSV(B)13.91º31.22%86.67%-
XYZ49.4945.6435.91-
YUV182.02111.06155.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=40.85%
G=31.05%
B=28.10%

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
Decimal22116815200.240.310.1313.9150.3673.14
HexDDA8980181FDe3249
Octal33525023003037151662111
Binary11011101101010001001100001100011111110111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA898; }

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

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

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

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

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

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

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

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