#DDA192

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

Shades of Rose #DDA192

Tints of Rose #DDA192

Color information

#DDA192 (or 0xDDA192) is unknown color: approx Rose. HEX triplet: DD, A1 and 92. RGB value is (221,161,146). Sum of RGB (Red+Green+Blue) = 221+161+146=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA192 is #225E6D. Grayscale: #B1B1B1. Windows color (decimal): -2252398 or 9609693. OLE color: 9609693.

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

Color convert

RGB221161146-
CMYK00.270.340.13
HSL12º52.45%71.96%-
HSV(B)12º33.94%86.67%-
XYZ47.7542.9432.97-
YUV177.23110.38159.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=41.86%
G=30.49%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116114600.270.340.131252.4571.96
HexDDA19201B22Dc3448
Octal33524122203342151464110
Binary110111011010000110010010011011100010110111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA192; }

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

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

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

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

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

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

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

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