Shades of Gamboge #D5AD00
Tints of Gamboge #D5AD00
RGB
CMYK
RGB Variations
Color information
#D5AD00 (or 0xD5AD00) is known color: Gamboge. HEX triplet: D5, AD and 00. RGB value is (213,173,0). Sum of RGB (Red+Green+Blue) = 213+173+0=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD00 is #2A52FF. Grayscale: #A5A5A5. Windows color (decimal): -2773760 or 44501. OLE color: 44501.
HSL color Cylindrical-coordinate representation of color #D5AD00: hue angle of 48.73º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5AD00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.16 |
| HSL | 48.73º | 1% | 0.42% | - |
| HSV(B) | 48.73º | 1% | 0.84% | - |
| XYZ | 42.38 | 44.03 | 6.27 | - |
| YUV | 165.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 0 | 0 | 0.19 | 1 | 0.16 | 48.73 | 1 | 0.42 |
| Hex | D5 | AD | 0 | 0 | 13 | 64 | 10 | 31 | 64 | 2A |
| Octal | 325 | 255 | 0 | 0 | 23 | 144 | 20 | 61 | 144 | 52 |
| Binary | 11010101 | 10101101 | 0 | 0 | 10011 | 1100100 | 10000 | 110001 | 1100100 | 101010 |
Color Harmonies of #D5AD00
Complementary color
Monochromatic Colors of #D5AD00
Black with #D5AD00
Text Example
Text Example
White with #D5AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD00; }
p { color: rgb(213,173,0); }
H1.HeaderClassName
{
color: #D5AD00;
}
.AnyTagClassName
{
color: #D5AD00;
}
</style>
background-color css
<style>
a { background-color: #D5AD00; }
a { background-color: rgb(213,173,0); }
div.DivClassName
{
background-color: #D5AD00;
}
.BgClassName
{
background-color: #D5AD00;
}
</style>
border-color css
<style>
span { border-color: #D5AD00; }
span { border-color: rgb(213,173,0); }
td.TdClassName
{
border-color: #D5AD00;
}
.TagClassName
{
border-color: #D5AD00;
}
</style>