#DE8D26

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

Shades of Buttercup #DE8D26

Tints of Buttercup #DE8D26

Color information

#DE8D26 (or 0xDE8D26) is unknown color: approx Buttercup. HEX triplet: DE, 8D and 26. RGB value is (222,141,38). Sum of RGB (Red+Green+Blue) = 222+141+38=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D26 is #2172D9. Grayscale: #999999. Windows color (decimal): -2192090 or 2526686. OLE color: 2526686.

HSL color Cylindrical-coordinate representation of color #DE8D26: hue angle of 33.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE8D26 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22214138-
CMYK00.360.830.13
HSL33.59º73.6%50.98%-
HSV(B)33.59º82.88%87.06%-
XYZ4034.726.43-
YUV153.4862.84176.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.36%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=55.36%
G=35.16%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221413800.360.830.1333.5973.650.98
HexDE8D2602453D224a33
Octal33621546044123154211263
Binary11011110100011011001100100100101001111011000101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8D26; }

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

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

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

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

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

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

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

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