#D98916

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

Shades of Buttercup #D98916

Tints of Buttercup #D98916

Color information

#D98916 (or 0xD98916) is unknown color: approx Buttercup. HEX triplet: D9, 89 and 16. RGB value is (217,137,22). Sum of RGB (Red+Green+Blue) = 217+137+22=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D98916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98916 is #2676E9. Grayscale: #949494. Windows color (decimal): -2520810 or 1477081. OLE color: 1477081.

HSL color Cylindrical-coordinate representation of color #D98916: hue angle of 35.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D98916 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21713722-
CMYK00.370.900.15
HSL35.38º81.59%46.86%-
HSV(B)35.38º89.86%85.1%-
XYZ37.7132.75.08-
YUV147.8157177.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.71%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 22 (8.98% from 255) = 5.85%
R=57.71%
G=36.44%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171372200.370.900.1535.3881.5946.86
HexD989160255AF23522f
Octal33121126045132174312257
Binary1101100110001001101100100101101101011111000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98916; }

 p { color: rgb(217,137,22); }

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

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

 a { background-color: rgb(217,137,22); }

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

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

 span { border-color: rgb(217,137,22); }

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