Html Css Color HEX #D8931F Buttercup

📋 copy color: '#D8931F'

red 216 ◦ green 147 ◦ blue 31

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

Shades of Buttercup #D8931F

Tints of Buttercup #D8931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.31%

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

R = 54.82%
G = 37.31%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8931F (or 0xD8931F) is known color: Buttercup. HEX triplet: D8, 93 and 1F. RGB value is (216,147,31). Sum of RGB (Red+Green+Blue) = 216+147+31=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8931F is #276CE0. Grayscale: #9A9A9A. Windows color (decimal): -2583777 or 2069464. OLE color: 2069464.

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

Color convert

RGB 216 147 31 -
CMYK 0 0.32 0.86 0.15
HSL 37.62º 0.75% 0.48% -
HSV(B) 37.62º 0.86% 0.85% -
XYZ 39 35.57 6.11 -
YUV 154.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 216 147 31 0 0.32 0.86 0.15 37.62 0.75 0.48
Hex D8 93 1F 0 20 56 F 26 4B 30
Octal 330 223 37 0 40 126 17 46 113 60
Binary 11011000 10010011 11111 0 100000 1010110 1111 100110 1001011 110000

Color Harmonies of #D8931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8931F

Black with #D8931F

Text Example


Text Example

White with #D8931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8931F; }

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

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

background-color css

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

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

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

border-color css

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

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

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