#D8998E

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

Shades of Petite Orchid #D8998E

Tints of Petite Orchid #D8998E

Color information

#D8998E (or 0xD8998E) is unknown color: approx Petite Orchid. HEX triplet: D8, 99 and 8E. RGB value is (216,153,142). Sum of RGB (Red+Green+Blue) = 216+153+142=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8998E is #276671. Grayscale: #AAAAAA. Windows color (decimal): -2582130 or 9345496. OLE color: 9345496.

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

Color convert

RGB216153142-
CMYK00.290.340.15
HSL8.92º48.68%70.2%-
HSV(B)8.92º34.26%84.71%-
XYZ44.5939.3330.83-
YUV170.58111.87160.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=42.27%
G=29.94%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615314200.290.340.158.9248.6870.2
HexD8998E01D22F93146
Octal33023121603542171161106
Binary110110001001100110001110011101100010111110011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8998E; }

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

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

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

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

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

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

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

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