#DF8A0E

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

Shades of Gamboge #DF8A0E

Tints of Gamboge #DF8A0E

Color information

#DF8A0E (or 0xDF8A0E) is unknown color: approx Gamboge. HEX triplet: DF, 8A and 0E. RGB value is (223,138,14). Sum of RGB (Red+Green+Blue) = 223+138+14=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A0E is #2075F1. Grayscale: #959595. Windows color (decimal): -2127346 or 953055. OLE color: 953055.

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

Color convert

RGB22313814-
CMYK00.380.940.13
HSL35.6º88.19%46.47%-
HSV(B)35.6º93.72%87.45%-
XYZ39.633.94.87-
YUV149.2851.66180.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 59.47%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 14 (5.86% from 255) = 3.73%
R=59.47%
G=36.8%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231381400.380.940.1335.688.1946.47
HexDF8AE0265ED24582e
Octal33721216046136154413056
Binary110111111000101011100100110101111011011001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A0E; }

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

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

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

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

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

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

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

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