#D98E20

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

Shades of Buttercup #D98E20

Tints of Buttercup #D98E20

Color information

#D98E20 (or 0xD98E20) is unknown color: approx Buttercup. HEX triplet: D9, 8E and 20. RGB value is (217,142,32). Sum of RGB (Red+Green+Blue) = 217+142+32=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E20 is #2671DF. Grayscale: #989898. Windows color (decimal): -2519520 or 2133721. OLE color: 2133721.

HSL color Cylindrical-coordinate representation of color #D98E20: hue angle of 35.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D98E20 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21714232-
CMYK00.350.850.15
HSL35.68º74.3%48.82%-
HSV(B)35.68º85.25%85.1%-
XYZ38.5534.25.94-
YUV151.8860.35174.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.50%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 32 (12.89% from 255) = 8.18%
R=55.50%
G=36.32%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171423200.350.850.1535.6874.348.82
HexD98E2002355F244a31
Octal33121640043125174411261
Binary11011001100011101000000100011101010111111001001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E20; }

 p { color: rgb(217,142,32); }

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

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

 a { background-color: rgb(217,142,32); }

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

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

 span { border-color: rgb(217,142,32); }

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