#DE9200

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

Shades of Gamboge #DE9200

Tints of Gamboge #DE9200

Color information

#DE9200 (or 0xDE9200) is unknown color: approx Gamboge. HEX triplet: DE, 92 and 00. RGB value is (222,146,0). Sum of RGB (Red+Green+Blue) = 222+146+0=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9200 is #216DFF. Grayscale: #989898. Windows color (decimal): -2190848 or 37598. OLE color: 37598.

HSL color Cylindrical-coordinate representation of color #DE9200: hue angle of 39.46º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE9200 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2221460-
CMYK00.3410.13
HSL39.46º100%43.53%-
HSV(B)39.46º100%87.06%-
XYZ40.436.094.84-
YUV152.0842.18177.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.33%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.33%
G=39.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222146000.3410.1339.4610043.53
HexDE92002264D27642c
Octal3362220042144154714454
Binary110111101001001000100010110010011011001111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9200; }

 p { color: rgb(222,146,0); }

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

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

 a { background-color: rgb(222,146,0); }

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

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

 span { border-color: rgb(222,146,0); }

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