#DF940E

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

Shades of Gamboge #DF940E

Tints of Gamboge #DF940E

Color information

#DF940E (or 0xDF940E) is unknown color: approx Gamboge. HEX triplet: DF, 94 and 0E. RGB value is (223,148,14). Sum of RGB (Red+Green+Blue) = 223+148+14=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF940E is #206BF1. Grayscale: #9B9B9B. Windows color (decimal): -2124786 or 955615. OLE color: 955615.

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

Color convert

RGB22314814-
CMYK00.340.940.13
HSL38.47º88.19%46.47%-
HSV(B)38.47º93.72%87.45%-
XYZ41.136.95.37-
YUV155.1548.35176.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 57.92%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 14 (5.86% from 255) = 3.64%
R=57.92%
G=38.44%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231481400.340.940.1338.4788.1946.47
HexDF94E0225ED26582e
Octal33722416042136154613056
Binary110111111001010011100100010101111011011001101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF940E; }

 p { color: rgb(223,148,14); }

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

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

 a { background-color: rgb(223,148,14); }

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

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

 span { border-color: rgb(223,148,14); }

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