#D8988B

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

Shades of Petite Orchid #D8988B

Tints of Petite Orchid #D8988B

Color information

#D8988B (or 0xD8988B) is unknown color: approx Petite Orchid. HEX triplet: D8, 98 and 8B. RGB value is (216,152,139). Sum of RGB (Red+Green+Blue) = 216+152+139=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8988B is #276774. Grayscale: #A9A9A9. Windows color (decimal): -2582389 or 9148632. OLE color: 9148632.

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

Color convert

RGB216152139-
CMYK00.300.360.15
HSL10.13º49.68%69.61%-
HSV(B)10.13º35.65%84.71%-
XYZ44.2138.9229.61-
YUV169.65110.7161.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=42.60%
G=29.98%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615213900.300.360.1510.1349.6869.61
HexD8988B01E24Fa3246
Octal33023021303644171262106
Binary110110001001100010001011011110100100111110101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8988B; }

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

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

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

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

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

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

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

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