Html Css Color HEX #D8998B Petite Orchid

📋 copy color: '#D8998B'

red 216 ◦ green 153 ◦ blue 139

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

Shades of Petite Orchid #D8998B

Tints of Petite Orchid #D8998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 42.52%
G = 30.12%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8998B (or 0xD8998B) is known color: Petite Orchid. HEX triplet: D8, 99 and 8B. RGB value is (216,153,139). Sum of RGB (Red+Green+Blue) = 216+153+139=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8998B is #276674. Grayscale: #AAAAAA. Windows color (decimal): -2582133 or 9148888. OLE color: 9148888.

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

Color convert

RGB 216 153 139 -
CMYK 0 0.29 0.36 0.15
HSL 10.91º 0.5% 0.7% -
HSV(B) 10.91º 0.36% 0.85% -
XYZ 44.37 39.25 29.66 -
YUV 170.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 216 153 139 0 0.29 0.36 0.15 10.91 0.5 0.7
Hex D8 99 8B 0 1D 24 F B 32 46
Octal 330 231 213 0 35 44 17 13 62 106
Binary 11011000 10011001 10001011 0 11101 100100 1111 1011 110010 1000110

Color Harmonies of #D8998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8998B

Black with #D8998B

Text Example


Text Example

White with #D8998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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