#DE8322

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

Shades of Buttercup #DE8322

Tints of Buttercup #DE8322

Color information

#DE8322 (or 0xDE8322) is unknown color: approx Buttercup. HEX triplet: DE, 83 and 22. RGB value is (222,131,34). Sum of RGB (Red+Green+Blue) = 222+131+34=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8322 is #217CDD. Grayscale: #939393. Windows color (decimal): -2194654 or 2261982. OLE color: 2261982.

HSL color Cylindrical-coordinate representation of color #DE8322: hue angle of 30.96º 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 #DE8322 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22213134-
CMYK00.410.850.13
HSL30.96º74.02%50.2%-
HSV(B)30.96º84.68%87.06%-
XYZ38.5331.885.64-
YUV147.1564.15181.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.36%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 34 (13.67% from 255) = 8.79%
R=57.36%
G=33.85%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221313400.410.850.1330.9674.0250.2
HexDE832202955D1f4a32
Octal33620342051125153711262
Binary1101111010000011100010010100110101011101111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8322; }

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

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

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

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

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

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

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

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