Html Css Color HEX #D8911F Buttercup

📋 copy color: '#D8911F'

red 216 ◦ green 145 ◦ blue 31

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

Shades of Buttercup #D8911F

Tints of Buttercup #D8911F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.99%

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 55.1%
G = 36.99%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8911F (or 0xD8911F) is known color: Buttercup. HEX triplet: D8, 91 and 1F. RGB value is (216,145,31). Sum of RGB (Red+Green+Blue) = 216+145+31=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8911F is #276EE0. Grayscale: #999999. Windows color (decimal): -2584289 or 2068952. OLE color: 2068952.

HSL color Cylindrical-coordinate representation of color #D8911F: hue angle of 36.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8911F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 145 31 -
CMYK 0 0.33 0.86 0.15
HSL 36.97º 0.75% 0.48% -
HSV(B) 36.97º 0.86% 0.85% -
XYZ 38.69 34.95 6 -
YUV 153.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 216 145 31 0 0.33 0.86 0.15 36.97 0.75 0.48
Hex D8 91 1F 0 21 56 F 25 4B 30
Octal 330 221 37 0 41 126 17 45 113 60
Binary 11011000 10010001 11111 0 100001 1010110 1111 100101 1001011 110000

Color Harmonies of #D8911F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8911F

Black with #D8911F

Text Example


Text Example

White with #D8911F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8911F; }

 p { color: rgb(216,145,31); }

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

background-color css

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

 a { background-color: rgb(216,145,31); }

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

border-color css

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

 span { border-color: rgb(216,145,31); }

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