#DDA994

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

Shades of Rose #DDA994

Tints of Rose #DDA994

Color information

#DDA994 (or 0xDDA994) is unknown color: approx Rose. HEX triplet: DD, A9 and 94. RGB value is (221,169,148). Sum of RGB (Red+Green+Blue) = 221+169+148=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA994 is #22566B. Grayscale: #B6B6B6. Windows color (decimal): -2250348 or 9742813. OLE color: 9742813.

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

Color convert

RGB221169148-
CMYK00.240.330.13
HSL17.26º51.77%72.35%-
HSV(B)17.26º33.03%86.67%-
XYZ49.3545.8934.27-
YUV182.15108.73155.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 148 (58.20% from 255) = 27.51%
R=41.08%
G=31.41%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116914800.240.330.1317.2651.7772.35
HexDDA99401821D113448
Octal33525122403041152164110
Binary1101110110101001100101000110001000011101100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA994; }

 p { color: rgb(221,169,148); }

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

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

 a { background-color: rgb(221,169,148); }

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

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

 span { border-color: rgb(221,169,148); }

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