#DBA09B

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

Shades of Petite Orchid #DBA09B

Tints of Petite Orchid #DBA09B

Color information

#DBA09B (or 0xDBA09B) is unknown color: approx Petite Orchid. HEX triplet: DB, A0 and 9B. RGB value is (219,160,155). Sum of RGB (Red+Green+Blue) = 219+160+155=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA09B is #245F64. Grayscale: #B1B1B1. Windows color (decimal): -2383717 or 10199259. OLE color: 10199259.

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

Color convert

RGB219160155-
CMYK00.270.290.14
HSL4.69º47.06%73.33%-
HSV(B)4.69º29.22%85.88%-
XYZ47.742.5736.71-
YUV177.07115.55157.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=41.01%
G=29.96%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916015500.270.290.144.6947.0673.33
HexDBA09B01B1DE52f49
Octal3332402330333516557111
Binary1101101110100000100110110110111110111101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA09B; }

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

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

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

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

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

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

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

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