#DE982B

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

Shades of Buttercup #DE982B

Tints of Buttercup #DE982B

Color information

#DE982B (or 0xDE982B) is unknown color: approx Buttercup. HEX triplet: DE, 98 and 2B. RGB value is (222,152,43). Sum of RGB (Red+Green+Blue) = 222+152+43=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE982B is #2167D4. Grayscale: #A1A1A1. Windows color (decimal): -2189269 or 2857182. OLE color: 2857182.

HSL color Cylindrical-coordinate representation of color #DE982B: hue angle of 36.54º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE982B is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22215243-
CMYK00.320.810.13
HSL36.54º73.06%51.96%-
HSV(B)36.54º80.63%87.06%-
XYZ41.7938.167.45-
YUV160.561.69171.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 43 (17.19% from 255) = 10.31%
R=53.24%
G=36.45%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221524300.320.810.1336.5473.0651.96
HexDE982B02051D254934
Octal33623053040121154511164
Binary11011110100110001010110100000101000111011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE982B; }

 p { color: rgb(222,152,43); }

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

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

 a { background-color: rgb(222,152,43); }

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

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

 span { border-color: rgb(222,152,43); }

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