#DDA394

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

Shades of Rose #DDA394

Tints of Rose #DDA394

Color information

#DDA394 (or 0xDDA394) is unknown color: approx Rose. HEX triplet: DD, A3 and 94. RGB value is (221,163,148). Sum of RGB (Red+Green+Blue) = 221+163+148=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA394 is #225C6B. Grayscale: #B2B2B2. Windows color (decimal): -2251884 or 9741277. OLE color: 9741277.

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

Color convert

RGB221163148-
CMYK00.260.330.13
HSL12.33º51.77%72.35%-
HSV(B)12.33º33.03%86.67%-
XYZ48.2643.733.91-
YUV178.63110.72158.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=41.54%
G=30.64%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116314800.260.330.1312.3351.7772.35
HexDDA39401A21Dc3448
Octal33524322403241151464110
Binary110111011010001110010100011010100001110111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA394; }

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

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

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

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

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

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

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

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