#DBA09E

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

Shades of Petite Orchid #DBA09E

Tints of Petite Orchid #DBA09E

Color information

#DBA09E (or 0xDBA09E) is unknown color: approx Petite Orchid. HEX triplet: DB, A0 and 9E. RGB value is (219,160,158). Sum of RGB (Red+Green+Blue) = 219+160+158=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09E is #245F61. Grayscale: #B1B1B1. Windows color (decimal): -2383714 or 10395867. OLE color: 10395867.

HSL color Cylindrical-coordinate representation of color #DBA09E: hue angle of 1.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA09E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219160158-
CMYK00.270.280.14
HSL1.97º45.86%73.92%-
HSV(B)1.97º27.85%85.88%-
XYZ47.9642.6738.06-
YUV177.41117.05157.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=40.78%
G=29.80%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916015800.270.280.141.9745.8673.92
HexDBA09E01B1CE22e4a
Octal3332402360333416256112
Binary110110111010000010011110011011111001110101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA09E; }

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

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

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

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

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

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

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

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