Html Css Color HEX #D8901F Buttercup

📋 copy color: '#D8901F'

red 216 ◦ green 144 ◦ blue 31

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

Shades of Buttercup #D8901F

Tints of Buttercup #D8901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 55.24%
G = 36.83%
B = 7.93%

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

#D8901F (or 0xD8901F) is known color: Buttercup. HEX triplet: D8, 90 and 1F. RGB value is (216,144,31). Sum of RGB (Red+Green+Blue) = 216+144+31=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8901F is #276FE0. Grayscale: #999999. Windows color (decimal): -2584545 or 2068696. OLE color: 2068696.

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

Color convert

RGB 216 144 31 -
CMYK 0 0.33 0.86 0.15
HSL 36.65º 0.75% 0.48% -
HSV(B) 36.65º 0.86% 0.85% -
XYZ 38.54 34.64 5.95 -
YUV 152.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 216 144 31 0 0.33 0.86 0.15 36.65 0.75 0.48
Hex D8 90 1F 0 21 56 F 25 4B 30
Octal 330 220 37 0 41 126 17 45 113 60
Binary 11011000 10010000 11111 0 100001 1010110 1111 100101 1001011 110000

Color Harmonies of #D8901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8901F

Black with #D8901F

Text Example


Text Example

White with #D8901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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