Html Css Color HEX #D8912C Buttercup

📋 copy color: '#D8912C'

red 216 ◦ green 145 ◦ blue 44

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

Shades of Buttercup #D8912C

Tints of Buttercup #D8912C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 53.33%
G = 35.8%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8912C (or 0xD8912C) is known color: Buttercup. HEX triplet: D8, 91 and 2C. RGB value is (216,145,44). Sum of RGB (Red+Green+Blue) = 216+145+44=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8912C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8912C is #276ED3. Grayscale: #9B9B9B. Windows color (decimal): -2584276 or 2920920. OLE color: 2920920.

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

Color convert

RGB 216 145 44 -
CMYK 0 0.33 0.80 0.15
HSL 35.23º 0.69% 0.51% -
HSV(B) 35.23º 0.8% 0.85% -
XYZ 38.9 35.03 7.09 -
YUV 154.72 65.52 171.71 -
System Red Green Blue C M Y K H S L
Decimal 216 145 44 0 0.33 0.80 0.15 35.23 0.69 0.51
Hex D8 91 2C 0 21 50 F 23 45 33
Octal 330 221 54 0 41 120 17 43 105 63
Binary 11011000 10010001 101100 0 100001 1010000 1111 100011 1000101 110011

Color Harmonies of #D8912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8912C

Black with #D8912C

Text Example


Text Example

White with #D8912C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8912C; }

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

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

background-color css

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

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

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

border-color css

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

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

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