Html Css Color HEX #D8912F Buttercup

📋 copy color: '#D8912F'

red 216 ◦ green 145 ◦ blue 47

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

Shades of Buttercup #D8912F

Tints of Buttercup #D8912F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 52.94%
G = 35.54%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8912F (or 0xD8912F) is known color: Buttercup. HEX triplet: D8, 91 and 2F. RGB value is (216,145,47). Sum of RGB (Red+Green+Blue) = 216+145+47=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8912F is #276ED0. Grayscale: #9B9B9B. Windows color (decimal): -2584273 or 3117528. OLE color: 3117528.

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

Color convert

RGB 216 145 47 -
CMYK 0 0.33 0.78 0.15
HSL 34.79º 0.68% 0.52% -
HSV(B) 34.79º 0.78% 0.85% -
XYZ 38.96 35.05 7.4 -
YUV 155.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 216 145 47 0 0.33 0.78 0.15 34.79 0.68 0.52
Hex D8 91 2F 0 21 4E F 23 44 34
Octal 330 221 57 0 41 116 17 43 104 64
Binary 11011000 10010001 101111 0 100001 1001110 1111 100011 1000100 110100

Color Harmonies of #D8912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8912F

Black with #D8912F

Text Example


Text Example

White with #D8912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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