Shades of Gamboge #D58F08
Tints of Gamboge #D58F08
RGB
CMYK
RGB Variations
Color information
#D58F08 (or 0xD58F08) is known color: Gamboge. HEX triplet: D5, 8F and 08. RGB value is (213,143,8). Sum of RGB (Red+Green+Blue) = 213+143+8=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F08 is #2A70F7. Grayscale: #959595. Windows color (decimal): -2781432 or 561109. OLE color: 561109.
HSL color Cylindrical-coordinate representation of color #D58F08: hue angle of 39.51º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D58F08 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.16 |
| HSL | 39.51º | 0.93% | 0.43% | - |
| HSV(B) | 39.51º | 0.96% | 0.84% | - |
| XYZ | 37.31 | 33.81 | 4.79 | - |
| YUV | 148.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 8 | 0 | 0.33 | 0.96 | 0.16 | 39.51 | 0.93 | 0.43 |
| Hex | D5 | 8F | 8 | 0 | 21 | 60 | 10 | 28 | 5D | 2B |
| Octal | 325 | 217 | 10 | 0 | 41 | 140 | 20 | 50 | 135 | 53 |
| Binary | 11010101 | 10001111 | 1000 | 0 | 100001 | 1100000 | 10000 | 101000 | 1011101 | 101011 |
Color Harmonies of #D58F08
Complementary color
Monochromatic Colors of #D58F08
Black with #D58F08
Text Example
Text Example
White with #D58F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F08; }
p { color: rgb(213,143,8); }
H1.HeaderClassName
{
color: #D58F08;
}
.AnyTagClassName
{
color: #D58F08;
}
</style>
background-color css
<style>
a { background-color: #D58F08; }
a { background-color: rgb(213,143,8); }
div.DivClassName
{
background-color: #D58F08;
}
.BgClassName
{
background-color: #D58F08;
}
</style>
border-color css
<style>
span { border-color: #D58F08; }
span { border-color: rgb(213,143,8); }
td.TdClassName
{
border-color: #D58F08;
}
.TagClassName
{
border-color: #D58F08;
}
</style>