#DBA19E

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

Shades of Petite Orchid #DBA19E

Tints of Petite Orchid #DBA19E

Color information

#DBA19E (or 0xDBA19E) is unknown color: approx Petite Orchid. HEX triplet: DB, A1 and 9E. RGB value is (219,161,158). Sum of RGB (Red+Green+Blue) = 219+161+158=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA19E is #245E61. Grayscale: #B2B2B2. Windows color (decimal): -2383458 or 10396123. OLE color: 10396123.

HSL color Cylindrical-coordinate representation of color #DBA19E: hue angle of 2.95º 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 #DBA19E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB219161158-
CMYK00.260.280.14
HSL2.95º45.86%73.92%-
HSV(B)2.95º27.85%85.88%-
XYZ48.1343.0238.11-
YUV178116.72157.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=40.71%
G=29.93%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916115800.260.280.142.9545.8673.92
HexDBA19E01A1CE32e4a
Octal3332412360323416356112
Binary110110111010000110011110011010111001110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA19E; }

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

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

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

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

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

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

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

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