#DDA19D

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

Shades of Petite Orchid #DDA19D

Tints of Petite Orchid #DDA19D

Color information

#DDA19D (or 0xDDA19D) is unknown color: approx Petite Orchid. HEX triplet: DD, A1 and 9D. RGB value is (221,161,157). Sum of RGB (Red+Green+Blue) = 221+161+157=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19D is #225E62. Grayscale: #B2B2B2. Windows color (decimal): -2252387 or 10330589. OLE color: 10330589.

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

Color convert

RGB221161157-
CMYK00.270.290.13
HSL3.75º48.48%74.12%-
HSV(B)3.75º28.96%86.67%-
XYZ48.6543.337.69-
YUV178.48115.88158.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=41.00%
G=29.87%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116115700.270.290.133.7548.4874.12
HexDDA19D01B1DD4304a
Octal3352412350333515460112
Binary1101110110100001100111010110111110111011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA19D; }

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

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

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

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

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

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

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

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