Html Css Color HEX #D8998F Petite Orchid

📋 copy color: '#D8998F'

red 216 ◦ green 153 ◦ blue 143

#D8998F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D8998F

Tints of Petite Orchid #D8998F

RGB

 RED value IS 216 (84.77% from 255) = 42.19%

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 42.19%
G = 29.88%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8998F (or 0xD8998F) is known color: Petite Orchid. HEX triplet: D8, 99 and 8F. RGB value is (216,153,143). Sum of RGB (Red+Green+Blue) = 216+153+143=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D8998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8998F is #276670. Grayscale: #AAAAAA. Windows color (decimal): -2582129 or 9411032. OLE color: 9411032.

HSL color Cylindrical-coordinate representation of color #D8998F: hue angle of 8.22º degrees, saturation: 0.48, 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 #D8998F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 143 -
CMYK 0 0.29 0.34 0.15
HSL 8.22º 0.48% 0.7% -
HSV(B) 8.22º 0.34% 0.85% -
XYZ 44.67 39.36 31.23 -
YUV 170.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 216 153 143 0 0.29 0.34 0.15 8.22 0.48 0.7
Hex D8 99 8F 0 1D 22 F 8 30 46
Octal 330 231 217 0 35 42 17 10 60 106
Binary 11011000 10011001 10001111 0 11101 100010 1111 1000 110000 1000110

Color Harmonies of #D8998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8998F

Black with #D8998F

Text Example


Text Example

White with #D8998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8998F; }

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

 H1.HeaderClassName
 {
   color: #D8998F;
 }
 .AnyTagClassName
 {
   color: #D8998F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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