#D8981C

Color #D8981C Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #D8981C

Tints of Buttercup #D8981C

Color information

#D8981C (or 0xD8981C) is unknown color: approx Buttercup. HEX triplet: D8, 98 and 1C. RGB value is (216,152,28). Sum of RGB (Red+Green+Blue) = 216+152+28=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8981C is #2767E3. Grayscale: #9D9D9D. Windows color (decimal): -2582500 or 1874136. OLE color: 1874136.

HSL color Cylindrical-coordinate representation of color #D8981C: hue angle of 39.57º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8981C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21615228-
CMYK00.300.870.15
HSL39.57º77.05%47.84%-
HSV(B)39.57º87.04%84.71%-
XYZ39.7637.146.17-
YUV15755.2170.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 28 (11.33% from 255) = 7.07%
R=54.55%
G=38.38%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161522800.300.870.1539.5777.0547.84
HexD8981C01E57F284d30
Octal33023034036127175011560
Binary110110001001100011100011110101011111111010001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8981C; }

 p { color: rgb(216,152,28); }

 H1.HeaderClassName
 {
   color: #D8981C;
 }
 .AnyTagClassName
 {
   color: #D8981C;
 }
</style>
background-color css

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

 a { background-color: rgb(216,152,28); }

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

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

 span { border-color: rgb(216,152,28); }

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