#DB998C

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

Shades of Petite Orchid #DB998C

Tints of Petite Orchid #DB998C

Color information

#DB998C (or 0xDB998C) is unknown color: approx Petite Orchid. HEX triplet: DB, 99 and 8C. RGB value is (219,153,140). Sum of RGB (Red+Green+Blue) = 219+153+140=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB998C is #246673. Grayscale: #ABABAB. Windows color (decimal): -2385524 or 9214427. OLE color: 9214427.

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

Color convert

RGB219153140-
CMYK00.300.360.14
HSL9.87º52.32%70.39%-
HSV(B)9.87º36.07%85.88%-
XYZ45.3439.7430.09-
YUV171.25110.37162.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=42.77%
G=29.88%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915314000.300.360.149.8752.3270.39
HexDB998C01E24Ea3446
Octal33323121403644161264106
Binary110110111001100110001100011110100100111010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB998C; }

 p { color: rgb(219,153,140); }

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

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

 a { background-color: rgb(219,153,140); }

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

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

 span { border-color: rgb(219,153,140); }

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