#DFA80E

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

Shades of Gamboge #DFA80E

Tints of Gamboge #DFA80E

Color information

#DFA80E (or 0xDFA80E) is unknown color: approx Gamboge. HEX triplet: DF, A8 and 0E. RGB value is (223,168,14). Sum of RGB (Red+Green+Blue) = 223+168+14=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80E is #2057F1. Grayscale: #A7A7A7. Windows color (decimal): -2119666 or 960735. OLE color: 960735.

HSL color Cylindrical-coordinate representation of color #DFA80E: hue angle of 44.21º 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 #DFA80E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB22316814-
CMYK00.250.940.13
HSL44.21º88.19%46.47%-
HSV(B)44.21º93.72%87.45%-
XYZ44.5143.726.51-
YUV166.8941.72168.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.06%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 14 (5.86% from 255) = 3.46%
R=55.06%
G=41.48%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231681400.250.940.1344.2188.1946.47
HexDFA8E0195ED2c582e
Octal33725016031136155413056
Binary11011111101010001110011001101111011011011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA80E; }

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

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

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

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

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

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

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

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