#DDA89C

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

Shades of Rose #DDA89C

Tints of Rose #DDA89C

Color information

#DDA89C (or 0xDDA89C) is unknown color: approx Rose. HEX triplet: DD, A8 and 9C. RGB value is (221,168,156). Sum of RGB (Red+Green+Blue) = 221+168+156=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA89C is #225763. Grayscale: #B6B6B6. Windows color (decimal): -2250596 or 10266845. OLE color: 10266845.

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

Color convert

RGB221168156-
CMYK00.240.290.13
HSL11.08º48.87%73.92%-
HSV(B)11.08º29.41%86.67%-
XYZ49.8245.7837.66-
YUV182.48113.06155.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=40.55%
G=30.83%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116815600.240.290.1311.0848.8773.92
HexDDA89C0181DDb314a
Octal33525023403035151361112
Binary11011101101010001001110001100011101110110111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA89C; }

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

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

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

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

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

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

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

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