#DFAB10

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

Shades of Gamboge #DFAB10

Tints of Gamboge #DFAB10

Color information

#DFAB10 (or 0xDFAB10) is unknown color: approx Gamboge. HEX triplet: DF, AB and 10. RGB value is (223,171,16). Sum of RGB (Red+Green+Blue) = 223+171+16=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAB10 is #2054EF. Grayscale: #A9A9A9. Windows color (decimal): -2118896 or 1092575. OLE color: 1092575.

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

Color convert

RGB22317116-
CMYK00.230.930.13
HSL44.93º86.61%46.86%-
HSV(B)44.93º92.83%87.45%-
XYZ45.0944.856.77-
YUV168.8841.73166.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.39%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 16 (6.64% from 255) = 3.90%
R=54.39%
G=41.71%
B=3.90%

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
Decimal2231711600.230.930.1344.9386.6146.86
HexDFAB100175DD2d572f
Octal33725320027135155512757
Binary110111111010101110000010111101110111011011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB10; }

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

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

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

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

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

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

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

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