#DE8C2A

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

Shades of Buttercup #DE8C2A

Tints of Buttercup #DE8C2A

Color information

#DE8C2A (or 0xDE8C2A) is unknown color: approx Buttercup. HEX triplet: DE, 8C and 2A. RGB value is (222,140,42). Sum of RGB (Red+Green+Blue) = 222+140+42=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C2A is #2173D5. Grayscale: #999999. Windows color (decimal): -2192342 or 2788574. OLE color: 2788574.

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

Color convert

RGB22214042-
CMYK00.370.810.13
HSL32.67º73.17%51.76%-
HSV(B)32.67º81.08%87.06%-
XYZ39.9234.456.74-
YUV153.3565.17176.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.95%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=54.95%
G=34.65%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221404200.370.810.1332.6773.1751.76
HexDE8C2A02551D214934
Octal33621452045121154111164
Binary11011110100011001010100100101101000111011000011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8C2A; }

 p { color: rgb(222,140,42); }

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

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

 a { background-color: rgb(222,140,42); }

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

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

 span { border-color: rgb(222,140,42); }

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