#D98C20

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

Shades of Buttercup #D98C20

Tints of Buttercup #D98C20

Color information

#D98C20 (or 0xD98C20) is unknown color: approx Buttercup. HEX triplet: D9, 8C and 20. RGB value is (217,140,32). Sum of RGB (Red+Green+Blue) = 217+140+32=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C20 is #2673DF. Grayscale: #979797. Windows color (decimal): -2520032 or 2133209. OLE color: 2133209.

HSL color Cylindrical-coordinate representation of color #D98C20: hue angle of 35.03º 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 #D98C20 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21714032-
CMYK00.350.850.15
HSL35.03º74.3%48.82%-
HSV(B)35.03º85.25%85.1%-
XYZ38.2533.615.84-
YUV150.7161.01175.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 32 (12.89% from 255) = 8.23%
R=55.78%
G=35.99%
B=8.23%

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
Decimal2171403200.350.850.1535.0374.348.82
HexD98C2002355F234a31
Octal33121440043125174311261
Binary11011001100011001000000100011101010111111000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C20; }

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

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

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

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

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

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

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

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