Html Css Color HEX #D8911E Buttercup

📋 copy color: '#D8911E'

red 216 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #D8911E

Tints of Buttercup #D8911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 55.24%
G = 37.08%
B = 7.67%

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

#D8911E (or 0xD8911E) is known color: Buttercup. HEX triplet: D8, 91 and 1E. RGB value is (216,145,30). Sum of RGB (Red+Green+Blue) = 216+145+30=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8911E is #276EE1. Grayscale: #999999. Windows color (decimal): -2584290 or 2003416. OLE color: 2003416.

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

Color convert

RGB 216 145 30 -
CMYK 0 0.33 0.86 0.15
HSL 37.1º 0.76% 0.48% -
HSV(B) 37.1º 0.86% 0.85% -
XYZ 38.68 34.94 5.93 -
YUV 153.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 216 145 30 0 0.33 0.86 0.15 37.1 0.76 0.48
Hex D8 91 1E 0 21 56 F 25 4C 30
Octal 330 221 36 0 41 126 17 45 114 60
Binary 11011000 10010001 11110 0 100001 1010110 1111 100101 1001100 110000

Color Harmonies of #D8911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8911E

Black with #D8911E

Text Example


Text Example

White with #D8911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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