Html Css Color HEX #D8912E Buttercup

📋 copy color: '#D8912E'

red 216 ◦ green 145 ◦ blue 46

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

Shades of Buttercup #D8912E

Tints of Buttercup #D8912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.3%

R = 53.07%
G = 35.63%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8912E (or 0xD8912E) is known color: Buttercup. HEX triplet: D8, 91 and 2E. RGB value is (216,145,46). Sum of RGB (Red+Green+Blue) = 216+145+46=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8912E is #276ED1. Grayscale: #9B9B9B. Windows color (decimal): -2584274 or 3051992. OLE color: 3051992.

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

Color convert

RGB 216 145 46 -
CMYK 0 0.33 0.79 0.15
HSL 34.94º 0.69% 0.51% -
HSV(B) 34.94º 0.79% 0.85% -
XYZ 38.94 35.05 7.3 -
YUV 154.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 216 145 46 0 0.33 0.79 0.15 34.94 0.69 0.51
Hex D8 91 2E 0 21 4F F 23 45 33
Octal 330 221 56 0 41 117 17 43 105 63
Binary 11011000 10010001 101110 0 100001 1001111 1111 100011 1000101 110011

Color Harmonies of #D8912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8912E

Black with #D8912E

Text Example


Text Example

White with #D8912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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