#DE9513

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

Shades of Gamboge #DE9513

Tints of Gamboge #DE9513

Color information

#DE9513 (or 0xDE9513) is unknown color: approx Gamboge. HEX triplet: DE, 95 and 13. RGB value is (222,149,19). Sum of RGB (Red+Green+Blue) = 222+149+19=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9513 is #216AEC. Grayscale: #9C9C9C. Windows color (decimal): -2190061 or 1283550. OLE color: 1283550.

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

Color convert

RGB22214919-
CMYK00.330.910.13
HSL38.42º84.23%47.25%-
HSV(B)38.42º91.44%87.06%-
XYZ40.9937.075.61-
YUV156.0150.68175.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.92%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 19 (7.81% from 255) = 4.87%
R=56.92%
G=38.21%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221491900.330.910.1338.4284.2347.25
HexDE95130215BD26542f
Octal33622523041133154612457
Binary1101111010010101100110100001101101111011001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9513; }

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

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

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

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

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

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

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

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