#DFAA0E

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

Shades of Gamboge #DFAA0E

Tints of Gamboge #DFAA0E

Color information

#DFAA0E (or 0xDFAA0E) is unknown color: approx Gamboge. HEX triplet: DF, AA and 0E. RGB value is (223,170,14). Sum of RGB (Red+Green+Blue) = 223+170+14=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA0E is #2055F1. Grayscale: #A8A8A8. Windows color (decimal): -2119154 or 961247. OLE color: 961247.

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

Color convert

RGB22317014-
CMYK00.240.940.13
HSL44.78º88.19%46.47%-
HSV(B)44.78º93.72%87.45%-
XYZ44.8944.476.63-
YUV168.0641.06167.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.79%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 14 (5.86% from 255) = 3.44%
R=54.79%
G=41.77%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231701400.240.940.1344.7888.1946.47
HexDFAAE0185ED2d582e
Octal33725216030136155513056
Binary11011111101010101110011000101111011011011011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA0E; }

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

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

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

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

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

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

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

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