#DDA19A

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

Shades of Petite Orchid #DDA19A

Tints of Petite Orchid #DDA19A

Color information

#DDA19A (or 0xDDA19A) is unknown color: approx Petite Orchid. HEX triplet: DD, A1 and 9A. RGB value is (221,161,154). Sum of RGB (Red+Green+Blue) = 221+161+154=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19A is #225E65. Grayscale: #B2B2B2. Windows color (decimal): -2252390 or 10133981. OLE color: 10133981.

HSL color Cylindrical-coordinate representation of color #DDA19A: hue angle of 6.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA19A is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221161154-
CMYK00.270.300.13
HSL6.27º49.63%73.53%-
HSV(B)6.27º30.32%86.67%-
XYZ48.443.1936.36-
YUV178.14114.38158.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=41.23%
G=30.04%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116115400.270.300.136.2749.6373.53
HexDDA19A01B1ED6324a
Octal3352412320333615662112
Binary1101110110100001100110100110111111011011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA19A; }

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

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

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

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

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

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

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

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