#DE9607

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

Shades of Gamboge #DE9607

Tints of Gamboge #DE9607

Color information

#DE9607 (or 0xDE9607) is unknown color: approx Gamboge. HEX triplet: DE, 96 and 07. RGB value is (222,150,7). Sum of RGB (Red+Green+Blue) = 222+150+7=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9607 is #2169F8. Grayscale: #9B9B9B. Windows color (decimal): -2189817 or 497374. OLE color: 497374.

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

Color convert

RGB2221507-
CMYK00.320.970.13
HSL39.91º93.89%44.9%-
HSV(B)39.91º96.85%87.06%-
XYZ41.0737.365.25-
YUV155.2344.35175.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=58.58%
G=39.58%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222150700.320.970.1339.9193.8944.9
HexDE96702061D285e2d
Octal3362267040141155013655
Binary11011110100101101110100000110000111011010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9607; }

 p { color: rgb(222,150,7); }

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

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

 a { background-color: rgb(222,150,7); }

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

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

 span { border-color: rgb(222,150,7); }

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