#DF982D

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

Shades of Buttercup #DF982D

Tints of Buttercup #DF982D

Color information

#DF982D (or 0xDF982D) is unknown color: approx Buttercup. HEX triplet: DF, 98 and 2D. RGB value is (223,152,45). Sum of RGB (Red+Green+Blue) = 223+152+45=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF982D is #2067D2. Grayscale: #A1A1A1. Windows color (decimal): -2123731 or 2988255. OLE color: 2988255.

HSL color Cylindrical-coordinate representation of color #DF982D: hue angle of 36.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF982D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22315245-
CMYK00.320.800.13
HSL36.07º73.55%52.55%-
HSV(B)36.07º79.82%87.45%-
XYZ42.1338.337.66-
YUV161.0362.52172.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=53.10%
G=36.19%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231524500.320.800.1336.0773.5552.55
HexDF982D02050D244a35
Octal33723055040120154411265
Binary11011111100110001011010100000101000011011001001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF982D; }

 p { color: rgb(223,152,45); }

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

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

 a { background-color: rgb(223,152,45); }

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

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

 span { border-color: rgb(223,152,45); }

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