#D98816

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

Shades of Buttercup #D98816

Tints of Buttercup #D98816

Color information

#D98816 (or 0xD98816) is unknown color: approx Buttercup. HEX triplet: D9, 88 and 16. RGB value is (217,136,22). Sum of RGB (Red+Green+Blue) = 217+136+22=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D98816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98816 is #2677E9. Grayscale: #939393. Windows color (decimal): -2521066 or 1476825. OLE color: 1476825.

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

Color convert

RGB21713622-
CMYK00.370.900.15
HSL35.08º81.59%46.86%-
HSV(B)35.08º89.86%85.1%-
XYZ37.5632.425.04-
YUV147.2257.34177.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.87%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 22 (8.98% from 255) = 5.87%
R=57.87%
G=36.27%
B=5.87%

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
Decimal2171362200.370.900.1535.0881.5946.86
HexD988160255AF23522f
Octal33121026045132174312257
Binary1101100110001000101100100101101101011111000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98816; }

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

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

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

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

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

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

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

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