#DDA099

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

Shades of Petite Orchid #DDA099

Tints of Petite Orchid #DDA099

Color information

#DDA099 (or 0xDDA099) is unknown color: approx Petite Orchid. HEX triplet: DD, A0 and 99. RGB value is (221,160,153). Sum of RGB (Red+Green+Blue) = 221+160+153=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA099 is #225F66. Grayscale: #B1B1B1. Windows color (decimal): -2252647 or 10068189. OLE color: 10068189.

HSL color Cylindrical-coordinate representation of color #DDA099: hue angle of 6.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA099 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221160153-
CMYK00.280.310.13
HSL6.18º50%73.33%-
HSV(B)6.18º30.77%86.67%-
XYZ48.1442.8135.86-
YUV177.44114.21159.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=41.39%
G=29.96%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116015300.280.310.136.185073.33
HexDDA09901C1FD63249
Octal3352402310343715662111
Binary1101110110100000100110010111001111111011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA099; }

 p { color: rgb(221,160,153); }

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

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

 a { background-color: rgb(221,160,153); }

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

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

 span { border-color: rgb(221,160,153); }

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