Shades of Gamboge #D58F04
Tints of Gamboge #D58F04
RGB
CMYK
RGB Variations
Color information
#D58F04 (or 0xD58F04) is known color: Gamboge. HEX triplet: D5, 8F and 04. RGB value is (213,143,4). Sum of RGB (Red+Green+Blue) = 213+143+4=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F04 is #2A70FB. Grayscale: #949494. Windows color (decimal): -2781436 or 298965. OLE color: 298965.
HSL color Cylindrical-coordinate representation of color #D58F04: hue angle of 39.9º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D58F04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.16 |
| HSL | 39.9º | 0.96% | 0.43% | - |
| HSV(B) | 39.9º | 0.98% | 0.84% | - |
| XYZ | 37.28 | 33.8 | 4.67 | - |
| YUV | 148.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 4 | 0 | 0.33 | 0.98 | 0.16 | 39.9 | 0.96 | 0.43 |
| Hex | D5 | 8F | 4 | 0 | 21 | 62 | 10 | 28 | 60 | 2B |
| Octal | 325 | 217 | 4 | 0 | 41 | 142 | 20 | 50 | 140 | 53 |
| Binary | 11010101 | 10001111 | 100 | 0 | 100001 | 1100010 | 10000 | 101000 | 1100000 | 101011 |
Color Harmonies of #D58F04
Complementary color
Monochromatic Colors of #D58F04
Black with #D58F04
Text Example
Text Example
White with #D58F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F04; }
p { color: rgb(213,143,4); }
H1.HeaderClassName
{
color: #D58F04;
}
.AnyTagClassName
{
color: #D58F04;
}
</style>
background-color css
<style>
a { background-color: #D58F04; }
a { background-color: rgb(213,143,4); }
div.DivClassName
{
background-color: #D58F04;
}
.BgClassName
{
background-color: #D58F04;
}
</style>
border-color css
<style>
span { border-color: #D58F04; }
span { border-color: rgb(213,143,4); }
td.TdClassName
{
border-color: #D58F04;
}
.TagClassName
{
border-color: #D58F04;
}
</style>