#DFAD0E

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

Shades of Gamboge #DFAD0E

Tints of Gamboge #DFAD0E

Color information

#DFAD0E (or 0xDFAD0E) is unknown color: approx Gamboge. HEX triplet: DF, AD and 0E. RGB value is (223,173,14). Sum of RGB (Red+Green+Blue) = 223+173+14=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD0E is #2052F1. Grayscale: #AAAAAA. Windows color (decimal): -2118386 or 962015. OLE color: 962015.

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

Color convert

RGB22317314-
CMYK00.220.940.13
HSL45.65º88.19%46.47%-
HSV(B)45.65º93.72%87.45%-
XYZ45.4545.616.82-
YUV169.8240.06165.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 173 (67.97% from 255) = 42.20%
BLUE value IS 14 (5.86% from 255) = 3.41%
R=54.39%
G=42.20%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231731400.220.940.1345.6588.1946.47
HexDFADE0165ED2e582e
Octal33725516026136155613056
Binary11011111101011011110010110101111011011011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD0E; }

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

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

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

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

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

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

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

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