#de880e

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

Shades of Gamboge #DE880E

Tints of Gamboge #DE880E

Color information

#DE880E (or 0xDE880E) is unknown color: approx Gamboge. HEX triplet: DE, 88 and 0E. RGB value is (222,136,14). Sum of RGB (Red+Green+Blue) = 222+136+14=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE880E is #2177F1. Grayscale: #949494. Windows color (decimal): -2193394 or 952542. OLE color: 952542.

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

Color convert

RGB22213614-
CMYK00.390.940.13
HSL35.19º88.14%46.27%-
HSV(B)35.19º93.69%87.06%-
XYZ39.0133.174.76-
YUV147.8152.49180.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.68%
GREEN value IS 136 (53.52% from 255) = 36.56%
BLUE value IS 14 (5.86% from 255) = 3.76%
R=59.68%
G=36.56%
B=3.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221361400.390.940.1335.1988.1446.27
HexDE88E0275ED23582e
Octal33621016047136154313056
Binary110111101000100011100100111101111011011000111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de880e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de880e; }

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

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

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

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

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

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

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

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