#DE9417

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

Shades of Gamboge #DE9417

Tints of Gamboge #DE9417

Color information

#DE9417 (or 0xDE9417) is unknown color: approx Gamboge. HEX triplet: DE, 94 and 17. RGB value is (222,148,23). Sum of RGB (Red+Green+Blue) = 222+148+23=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9417 is #216BE8. Grayscale: #9C9C9C. Windows color (decimal): -2190313 or 1545438. OLE color: 1545438.

HSL color Cylindrical-coordinate representation of color #DE9417: hue angle of 37.69º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE9417 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22214823-
CMYK00.330.900.13
HSL37.69º81.22%48.04%-
HSV(B)37.69º89.64%87.06%-
XYZ40.8736.775.75-
YUV155.8853.02175.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 23 (9.38% from 255) = 5.85%
R=56.49%
G=37.66%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221482300.330.900.1337.6981.2248.04
HexDE94170215AD265130
Octal33622427041132154612160
Binary1101111010010100101110100001101101011011001101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9417; }

 p { color: rgb(222,148,23); }

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

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

 a { background-color: rgb(222,148,23); }

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

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

 span { border-color: rgb(222,148,23); }

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