Shades of Gamboge #DFAD00
Tints of Gamboge #DFAD00
RGB
CMYK
RGB Variations
Color information
#DFAD00 (or 0xDFAD00) is known color: Gamboge. HEX triplet: DF, AD and 00. RGB value is (223,173,0). Sum of RGB (Red+Green+Blue) = 223+173+0=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD00 is #2052FF. Grayscale: #A8A8A8. Windows color (decimal): -2118400 or 44511. OLE color: 44511.
HSL color Cylindrical-coordinate representation of color #DFAD00: hue angle of 46.55º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFAD00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.13 |
| HSL | 46.55º | 1% | 0.44% | - |
| HSV(B) | 46.55º | 1% | 0.87% | - |
| XYZ | 45.38 | 45.58 | 6.41 | - |
| YUV | 168.23 | 33.07 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 0 | 0 | 0.22 | 1 | 0.13 | 46.55 | 1 | 0.44 |
| Hex | DF | AD | 0 | 0 | 16 | 64 | D | 2F | 64 | 2C |
| Octal | 337 | 255 | 0 | 0 | 26 | 144 | 15 | 57 | 144 | 54 |
| Binary | 11011111 | 10101101 | 0 | 0 | 10110 | 1100100 | 1101 | 101111 | 1100100 | 101100 |
Color Harmonies of #DFAD00
Complementary color
Monochromatic Colors of #DFAD00
Black with #DFAD00
Text Example
Text Example
White with #DFAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD00; }
p { color: rgb(223,173,0); }
H1.HeaderClassName
{
color: #DFAD00;
}
.AnyTagClassName
{
color: #DFAD00;
}
</style>
background-color css
<style>
a { background-color: #DFAD00; }
a { background-color: rgb(223,173,0); }
div.DivClassName
{
background-color: #DFAD00;
}
.BgClassName
{
background-color: #DFAD00;
}
</style>
border-color css
<style>
span { border-color: #DFAD00; }
span { border-color: rgb(223,173,0); }
td.TdClassName
{
border-color: #DFAD00;
}
.TagClassName
{
border-color: #DFAD00;
}
</style>