#DE8827

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

Shades of Buttercup #DE8827

Tints of Buttercup #DE8827

Color information

#DE8827 (or 0xDE8827) is unknown color: approx Buttercup. HEX triplet: DE, 88 and 27. RGB value is (222,136,39). Sum of RGB (Red+Green+Blue) = 222+136+39=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8827 is #2177D8. Grayscale: #979797. Windows color (decimal): -2193369 or 2590942. OLE color: 2590942.

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

Color convert

RGB22213639-
CMYK00.390.820.13
HSL31.8º73.49%51.18%-
HSV(B)31.8º82.43%87.06%-
XYZ39.2933.286.27-
YUV150.6664.99178.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.92%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 39 (15.62% from 255) = 9.82%
R=55.92%
G=34.26%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221363900.390.820.1331.873.4951.18
HexDE882702752D204933
Octal33621047047122154011163
Binary11011110100010001001110100111101001011011000001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8827; }

 p { color: rgb(222,136,39); }

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

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

 a { background-color: rgb(222,136,39); }

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

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

 span { border-color: rgb(222,136,39); }

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