#DFA30E

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

Shades of Gamboge #DFA30E

Tints of Gamboge #DFA30E

Color information

#DFA30E (or 0xDFA30E) is unknown color: approx Gamboge. HEX triplet: DF, A3 and 0E. RGB value is (223,163,14). Sum of RGB (Red+Green+Blue) = 223+163+14=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA30E is #205CF1. Grayscale: #A4A4A4. Windows color (decimal): -2120946 or 959455. OLE color: 959455.

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

Color convert

RGB22316314-
CMYK00.270.940.13
HSL42.78º88.19%46.47%-
HSV(B)42.78º93.72%87.45%-
XYZ43.6141.916.21-
YUV163.9543.38170.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.75%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 14 (5.86% from 255) = 3.5%
R=55.75%
G=40.75%
B=3.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231631400.270.940.1342.7888.1946.47
HexDFA3E01B5ED2b582e
Octal33724316033136155313056
Binary11011111101000111110011011101111011011010111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA30E; }

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

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

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

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

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

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

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

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