#DB988B

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

Shades of Petite Orchid #DB988B

Tints of Petite Orchid #DB988B

Color information

#DB988B (or 0xDB988B) is unknown color: approx Petite Orchid. HEX triplet: DB, 98 and 8B. RGB value is (219,152,139). Sum of RGB (Red+Green+Blue) = 219+152+139=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB988B is #246774. Grayscale: #AAAAAA. Windows color (decimal): -2385781 or 9148635. OLE color: 9148635.

HSL color Cylindrical-coordinate representation of color #DB988B: hue angle of 9.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB988B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219152139-
CMYK00.310.370.14
HSL9.75º52.63%70.2%-
HSV(B)9.75º36.53%85.88%-
XYZ45.139.3829.65-
YUV170.55110.2162.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 152 (59.77% from 255) = 29.80%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=42.94%
G=29.80%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915213900.310.370.149.7552.6370.2
HexDB988B01F25Ea3546
Octal33323021303745161265106
Binary110110111001100010001011011111100101111010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB988B; }

 p { color: rgb(219,152,139); }

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

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

 a { background-color: rgb(219,152,139); }

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

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

 span { border-color: rgb(219,152,139); }

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