#D9982C

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

Shades of Buttercup #D9982C

Tints of Buttercup #D9982C

Color information

#D9982C (or 0xD9982C) is unknown color: approx Buttercup. HEX triplet: D9, 98 and 2C. RGB value is (217,152,44). Sum of RGB (Red+Green+Blue) = 217+152+44=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9982C is #2667D3. Grayscale: #9F9F9F. Windows color (decimal): -2516948 or 2922713. OLE color: 2922713.

HSL color Cylindrical-coordinate representation of color #D9982C: hue angle of 37.46º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9982C is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21715244-
CMYK00.300.800.15
HSL37.46º69.48%51.18%-
HSV(B)37.46º79.72%85.1%-
XYZ40.337.397.48-
YUV159.1263.03169.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=52.54%
G=36.80%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171524400.300.800.1537.4669.4851.18
HexD9982C01E50F254533
Octal33123054036120174510563
Binary1101100110011000101100011110101000011111001011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9982C; }

 p { color: rgb(217,152,44); }

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

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

 a { background-color: rgb(217,152,44); }

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

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

 span { border-color: rgb(217,152,44); }

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