Shades of Gamboge #D5AD06
Tints of Gamboge #D5AD06
RGB
CMYK
RGB Variations
Color information
#D5AD06 (or 0xD5AD06) is known color: Gamboge. HEX triplet: D5, AD and 06. RGB value is (213,173,6). Sum of RGB (Red+Green+Blue) = 213+173+6=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD06 is #2A52F9. Grayscale: #A6A6A6. Windows color (decimal): -2773754 or 437717. OLE color: 437717.
HSL color Cylindrical-coordinate representation of color #D5AD06: hue angle of 48.41º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5AD06 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 6 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.16 |
| HSL | 48.41º | 0.95% | 0.43% | - |
| HSV(B) | 48.41º | 0.97% | 0.84% | - |
| XYZ | 42.42 | 44.05 | 6.44 | - |
| YUV | 165.92 | 37.75 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 6 | 0 | 0.19 | 0.97 | 0.16 | 48.41 | 0.95 | 0.43 |
| Hex | D5 | AD | 6 | 0 | 13 | 61 | 10 | 30 | 5F | 2B |
| Octal | 325 | 255 | 6 | 0 | 23 | 141 | 20 | 60 | 137 | 53 |
| Binary | 11010101 | 10101101 | 110 | 0 | 10011 | 1100001 | 10000 | 110000 | 1011111 | 101011 |
Color Harmonies of #D5AD06
Complementary color
Monochromatic Colors of #D5AD06
Black with #D5AD06
Text Example
Text Example
White with #D5AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD06; }
p { color: rgb(213,173,6); }
H1.HeaderClassName
{
color: #D5AD06;
}
.AnyTagClassName
{
color: #D5AD06;
}
</style>
background-color css
<style>
a { background-color: #D5AD06; }
a { background-color: rgb(213,173,6); }
div.DivClassName
{
background-color: #D5AD06;
}
.BgClassName
{
background-color: #D5AD06;
}
</style>
border-color css
<style>
span { border-color: #D5AD06; }
span { border-color: rgb(213,173,6); }
td.TdClassName
{
border-color: #D5AD06;
}
.TagClassName
{
border-color: #D5AD06;
}
</style>