#DDA89A

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

Shades of Rose #DDA89A

Tints of Rose #DDA89A

Color information

#DDA89A (or 0xDDA89A) is unknown color: approx Rose. HEX triplet: DD, A8 and 9A. RGB value is (221,168,154). Sum of RGB (Red+Green+Blue) = 221+168+154=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89A is #225765. Grayscale: #B6B6B6. Windows color (decimal): -2250598 or 10135773. OLE color: 10135773.

HSL color Cylindrical-coordinate representation of color #DDA89A: hue angle of 12.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA89A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221168154-
CMYK00.240.300.13
HSL12.54º49.63%73.53%-
HSV(B)12.54º30.32%86.67%-
XYZ49.6545.7136.78-
YUV182.25112.06155.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=40.70%
G=30.94%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116815400.240.300.1312.5449.6373.53
HexDDA89A0181EDd324a
Octal33525023203036151562112
Binary11011101101010001001101001100011110110111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA89A; }

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

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

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

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

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

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

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

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