#DFAC10

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

Shades of Gamboge #DFAC10

Tints of Gamboge #DFAC10

Color information

#DFAC10 (or 0xDFAC10) is unknown color: approx Gamboge. HEX triplet: DF, AC and 10. RGB value is (223,172,16). Sum of RGB (Red+Green+Blue) = 223+172+16=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC10 is #2053EF. Grayscale: #AAAAAA. Windows color (decimal): -2118640 or 1092831. OLE color: 1092831.

HSL color Cylindrical-coordinate representation of color #DFAC10: hue angle of 45.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DFAC10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22317216-
CMYK00.230.930.13
HSL45.22º86.61%46.86%-
HSV(B)45.22º92.83%87.45%-
XYZ45.2845.236.83-
YUV169.4641.4166.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.26%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 16 (6.64% from 255) = 3.89%
R=54.26%
G=41.85%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231721600.230.930.1345.2286.6146.86
HexDFAC100175DD2d572f
Octal33725420027135155512757
Binary110111111010110010000010111101110111011011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC10; }

 p { color: rgb(223,172,16); }

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

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

 a { background-color: rgb(223,172,16); }

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

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

 span { border-color: rgb(223,172,16); }

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