#D98D20

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

Shades of Buttercup #D98D20

Tints of Buttercup #D98D20

Color information

#D98D20 (or 0xD98D20) is unknown color: approx Buttercup. HEX triplet: D9, 8D and 20. RGB value is (217,141,32). Sum of RGB (Red+Green+Blue) = 217+141+32=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D20 is #2672DF. Grayscale: #979797. Windows color (decimal): -2519776 or 2133465. OLE color: 2133465.

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

Color convert

RGB21714132-
CMYK00.350.850.15
HSL35.35º74.3%48.82%-
HSV(B)35.35º85.25%85.1%-
XYZ38.433.915.89-
YUV151.360.68174.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.64%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 32 (12.89% from 255) = 8.21%
R=55.64%
G=36.15%
B=8.21%

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
Decimal2171413200.350.850.1535.3574.348.82
HexD98D2002355F234a31
Octal33121540043125174311261
Binary11011001100011011000000100011101010111111000111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D20; }

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

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

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

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

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

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

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

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