#D8998C

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

Shades of Petite Orchid #D8998C

Tints of Petite Orchid #D8998C

Color information

#D8998C (or 0xD8998C) is unknown color: approx Petite Orchid. HEX triplet: D8, 99 and 8C. RGB value is (216,153,140). Sum of RGB (Red+Green+Blue) = 216+153+140=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8998C is #276673. Grayscale: #AAAAAA. Windows color (decimal): -2582132 or 9214424. OLE color: 9214424.

HSL color Cylindrical-coordinate representation of color #D8998C: hue angle of 10.26º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8998C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB216153140-
CMYK00.290.350.15
HSL10.26º49.35%69.8%-
HSV(B)10.26º35.19%84.71%-
XYZ44.4439.2730.05-
YUV170.36110.87160.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.44%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=42.44%
G=30.06%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615314000.290.350.1510.2649.3569.8
HexD8998C01D23Fa3146
Octal33023121403543171261106
Binary110110001001100110001100011101100011111110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8998C; }

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

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

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

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

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

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

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

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