#DE8D2C

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

Shades of Buttercup #DE8D2C

Tints of Buttercup #DE8D2C

Color information

#DE8D2C (or 0xDE8D2C) is unknown color: approx Buttercup. HEX triplet: DE, 8D and 2C. RGB value is (222,141,44). Sum of RGB (Red+Green+Blue) = 222+141+44=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D2C is #2172D3. Grayscale: #9A9A9A. Windows color (decimal): -2192084 or 2919902. OLE color: 2919902.

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

Color convert

RGB22214144-
CMYK00.360.800.13
HSL32.7º72.95%52.16%-
HSV(B)32.7º80.18%87.06%-
XYZ40.134.766.98-
YUV154.1665.84176.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 44 (17.58% from 255) = 10.81%
R=54.55%
G=34.64%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221414400.360.800.1332.772.9552.16
HexDE8D2C02450D214934
Octal33621554044120154111164
Binary11011110100011011011000100100101000011011000011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D2C; }

 p { color: rgb(222,141,44); }

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

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

 a { background-color: rgb(222,141,44); }

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

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

 span { border-color: rgb(222,141,44); }

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