#dda19b

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

Shades of Petite Orchid #DDA19B

Tints of Petite Orchid #DDA19B

Color information

#DDA19B (or 0xDDA19B) is unknown color: approx Petite Orchid. HEX triplet: DD, A1 and 9B. RGB value is (221,161,155). Sum of RGB (Red+Green+Blue) = 221+161+155=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA19B is #225E64. Grayscale: #B2B2B2. Windows color (decimal): -2252389 or 10199517. OLE color: 10199517.

HSL color Cylindrical-coordinate representation of color #DDA19B: hue angle of 5.45º degrees, saturation: 0.49, 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 #DDA19B is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221161155-
CMYK00.270.300.13
HSL5.45º49.25%73.73%-
HSV(B)5.45º29.86%86.67%-
XYZ48.4843.2336.8-
YUV178.26114.88158.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=41.15%
G=29.98%
B=28.86%

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
Decimal22116115500.270.300.135.4549.2573.73
HexDDA19B01B1ED5314a
Octal3352412330333615561112
Binary1101110110100001100110110110111111011011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dda19b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dda19b; }

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

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

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

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

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

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

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

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