#DDA598

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

Shades of Rose #DDA598

Tints of Rose #DDA598

Color information

#DDA598 (or 0xDDA598) is unknown color: approx Rose. HEX triplet: DD, A5 and 98. RGB value is (221,165,152). Sum of RGB (Red+Green+Blue) = 221+165+152=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA598 is #225A67. Grayscale: #B4B4B4. Windows color (decimal): -2251368 or 10003933. OLE color: 10003933.

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

Color convert

RGB221165152-
CMYK00.250.310.13
HSL11.3º50.36%73.14%-
HSV(B)11.3º31.22%86.67%-
XYZ48.9444.5535.73-
YUV180.26112.05157.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=41.08%
G=30.67%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116515200.250.310.1311.350.3673.14
HexDDA5980191FDb3249
Octal33524523003137151362111
Binary11011101101001011001100001100111111110110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA598; }

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

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

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

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

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

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

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

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