#DE9502

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

Shades of Gamboge #DE9502

Tints of Gamboge #DE9502

Color information

#DE9502 (or 0xDE9502) is unknown color: approx Gamboge. HEX triplet: DE, 95 and 02. RGB value is (222,149,2). Sum of RGB (Red+Green+Blue) = 222+149+2=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9502 is #216AFD. Grayscale: #9A9A9A. Windows color (decimal): -2190078 or 169438. OLE color: 169438.

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

Color convert

RGB2221492-
CMYK00.330.990.13
HSL40.09º98.21%43.92%-
HSV(B)40.09º99.1%87.06%-
XYZ40.8837.035.05-
YUV154.0742.18176.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 59.52%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=59.52%
G=39.95%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222149200.330.990.1340.0998.2143.92
HexDE95202163D28622c
Octal3362252041143155014254
Binary1101111010010101100100001110001111011010001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9502; }

 p { color: rgb(222,149,2); }

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

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

 a { background-color: rgb(222,149,2); }

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

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

 span { border-color: rgb(222,149,2); }

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