#DE8712

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

Shades of Gamboge #DE8712

Tints of Gamboge #DE8712

Color information

#DE8712 (or 0xDE8712) is unknown color: approx Gamboge. HEX triplet: DE, 87 and 12. RGB value is (222,135,18). Sum of RGB (Red+Green+Blue) = 222+135+18=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8712 is #2178ED. Grayscale: #949494. Windows color (decimal): -2193646 or 1214430. OLE color: 1214430.

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

Color convert

RGB22213518-
CMYK00.390.920.13
HSL34.41º85%47.06%-
HSV(B)34.41º91.89%87.06%-
XYZ38.932.94.87-
YUV147.6754.82181.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.2%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 18 (7.42% from 255) = 4.8%
R=59.2%
G=36%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221351800.390.920.1334.418547.06
HexDE87120275CD22552f
Octal33620722047134154212557
Binary1101111010000111100100100111101110011011000101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8712; }

 p { color: rgb(222,135,18); }

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

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

 a { background-color: rgb(222,135,18); }

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

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

 span { border-color: rgb(222,135,18); }

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