#DDA194

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

Shades of Rose #DDA194

Tints of Rose #DDA194

Color information

#DDA194 (or 0xDDA194) is unknown color: approx Rose. HEX triplet: DD, A1 and 94. RGB value is (221,161,148). Sum of RGB (Red+Green+Blue) = 221+161+148=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA194 is #225E6B. Grayscale: #B1B1B1. Windows color (decimal): -2252396 or 9740765. OLE color: 9740765.

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

Color convert

RGB221161148-
CMYK00.270.330.13
HSL10.68º51.77%72.35%-
HSV(B)10.68º33.03%86.67%-
XYZ47.914333.79-
YUV177.46111.38159.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 161 (63.28% from 255) = 30.38%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=41.70%
G=30.38%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116114800.270.330.1310.6851.7772.35
HexDDA19401B21Db3448
Octal33524122403341151364110
Binary110111011010000110010100011011100001110110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA194; }

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

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

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

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

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

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

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

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