#DBA09A

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

Shades of Petite Orchid #DBA09A

Tints of Petite Orchid #DBA09A

Color information

#DBA09A (or 0xDBA09A) is unknown color: approx Petite Orchid. HEX triplet: DB, A0 and 9A. RGB value is (219,160,154). Sum of RGB (Red+Green+Blue) = 219+160+154=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09A is #245F65. Grayscale: #B1B1B1. Windows color (decimal): -2383718 or 10133723. OLE color: 10133723.

HSL color Cylindrical-coordinate representation of color #DBA09A: hue angle of 5.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA09A is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB219160154-
CMYK00.270.300.14
HSL5.54º47.45%73.14%-
HSV(B)5.54º29.68%85.88%-
XYZ47.6242.5336.27-
YUV176.96115.05157.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=41.09%
G=30.02%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916015400.270.300.145.5447.4573.14
HexDBA09A01B1EE62f49
Octal3332402320333616657111
Binary1101101110100000100110100110111111011101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA09A; }

 p { color: rgb(219,160,154); }

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

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

 a { background-color: rgb(219,160,154); }

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

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

 span { border-color: rgb(219,160,154); }

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