#DE860E

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

Shades of Gamboge #DE860E

Tints of Gamboge #DE860E

Color information

#DE860E (or 0xDE860E) is unknown color: approx Gamboge. HEX triplet: DE, 86 and 0E. RGB value is (222,134,14). Sum of RGB (Red+Green+Blue) = 222+134+14=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE860E is #2179F1. Grayscale: #939393. Windows color (decimal): -2193906 or 952030. OLE color: 952030.

HSL color Cylindrical-coordinate representation of color #DE860E: hue angle of 34.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE860E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22213414-
CMYK00.400.940.13
HSL34.62º88.14%46.27%-
HSV(B)34.62º93.69%87.06%-
XYZ38.7332.614.67-
YUV146.6353.15181.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60%
GREEN value IS 134 (52.73% from 255) = 36.22%
BLUE value IS 14 (5.86% from 255) = 3.78%
R=60%
G=36.22%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221341400.400.940.1334.6288.1446.27
HexDE86E0285ED23582e
Octal33620616050136154313056
Binary110111101000011011100101000101111011011000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE860E; }

 p { color: rgb(222,134,14); }

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

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

 a { background-color: rgb(222,134,14); }

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

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

 span { border-color: rgb(222,134,14); }

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