Html Css Color HEX #D8978A Petite Orchid

📋 copy color: '#D8978A'

red 216 ◦ green 151 ◦ blue 138

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

Shades of Petite Orchid #D8978A

Tints of Petite Orchid #D8978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.9%

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 42.77%
G = 29.9%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8978A (or 0xD8978A) is known color: Petite Orchid. HEX triplet: D8, 97 and 8A. RGB value is (216,151,138). Sum of RGB (Red+Green+Blue) = 216+151+138=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978A is #276875. Grayscale: #A9A9A9. Windows color (decimal): -2582646 or 9082840. OLE color: 9082840.

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

Color convert

RGB 216 151 138 -
CMYK 0 0.30 0.36 0.15
HSL 10º 0.5% 0.69% -
HSV(B) 10º 0.36% 0.85% -
XYZ 43.97 38.57 29.17 -
YUV 168.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 216 151 138 0 0.30 0.36 0.15 10 0.5 0.69
Hex D8 97 8A 0 1E 24 F A 32 45
Octal 330 227 212 0 36 44 17 12 62 105
Binary 11011000 10010111 10001010 0 11110 100100 1111 1010 110010 1000101

Color Harmonies of #D8978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8978A

Black with #D8978A

Text Example


Text Example

White with #D8978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8978A; }

 p { color: rgb(216,151,138); }

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

background-color css

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

 a { background-color: rgb(216,151,138); }

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

border-color css

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

 span { border-color: rgb(216,151,138); }

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