#DFAD10

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

Shades of Gamboge #DFAD10

Tints of Gamboge #DFAD10

Color information

#DFAD10 (or 0xDFAD10) is unknown color: approx Gamboge. HEX triplet: DF, AD and 10. RGB value is (223,173,16). Sum of RGB (Red+Green+Blue) = 223+173+16=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD10 is #2052EF. Grayscale: #AAAAAA. Windows color (decimal): -2118384 or 1093087. OLE color: 1093087.

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

Color convert

RGB22317316-
CMYK00.220.930.13
HSL45.51º86.61%46.86%-
HSV(B)45.51º92.83%87.45%-
XYZ45.4745.616.9-
YUV170.0541.06165.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.13%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 16 (6.64% from 255) = 3.88%
R=54.13%
G=41.99%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231731600.220.930.1345.5186.6146.86
HexDFAD100165DD2e572f
Octal33725520026135155612757
Binary110111111010110110000010110101110111011011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD10; }

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

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

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

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

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

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

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

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