#DE9A08

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

Shades of Gamboge #DE9A08

Tints of Gamboge #DE9A08

Color information

#DE9A08 (or 0xDE9A08) is unknown color: approx Gamboge. HEX triplet: DE, 9A and 08. RGB value is (222,154,8). Sum of RGB (Red+Green+Blue) = 222+154+8=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9A08 is #2165F7. Grayscale: #9E9E9E. Windows color (decimal): -2188792 or 563934. OLE color: 563934.

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

Color convert

RGB2221548-
CMYK00.310.960.13
HSL40.93º93.04%45.1%-
HSV(B)40.93º96.4%87.06%-
XYZ41.7238.665.49-
YUV157.6943.53173.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.81%
GREEN value IS 154 (60.55% from 255) = 40.10%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=57.81%
G=40.10%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222154800.310.960.1340.9393.0445.1
HexDE9A801F60D295d2d
Octal33623210037140155113555
Binary11011110100110101000011111110000011011010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A08; }

 p { color: rgb(222,154,8); }

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

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

 a { background-color: rgb(222,154,8); }

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

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

 span { border-color: rgb(222,154,8); }

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