#DE8B22

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

Shades of Buttercup #DE8B22

Tints of Buttercup #DE8B22

Color information

#DE8B22 (or 0xDE8B22) is unknown color: approx Buttercup. HEX triplet: DE, 8B and 22. RGB value is (222,139,34). Sum of RGB (Red+Green+Blue) = 222+139+34=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 34 (13.67% from 255 or 8.61% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8B22 is #2174DD. Grayscale: #989898. Windows color (decimal): -2192606 or 2264030. OLE color: 2264030.

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

Color convert

RGB22213934-
CMYK00.370.850.13
HSL33.51º74.02%50.2%-
HSV(B)33.51º84.68%87.06%-
XYZ39.6534.116.01-
YUV151.8561.5178.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 34 (13.67% from 255) = 8.61%
R=56.20%
G=35.19%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221393400.370.850.1333.5174.0250.2
HexDE8B2202555D224a32
Octal33621342045125154211262
Binary11011110100010111000100100101101010111011000101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8B22; }

 p { color: rgb(222,139,34); }

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

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

 a { background-color: rgb(222,139,34); }

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

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

 span { border-color: rgb(222,139,34); }

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