Shades of Gamboge #D58F13
Tints of Gamboge #D58F13
RGB
CMYK
RGB Variations
Color information
#D58F13 (or 0xD58F13) is known color: Gamboge. HEX triplet: D5, 8F and 13. RGB value is (213,143,19). Sum of RGB (Red+Green+Blue) = 213+143+19=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F13 is #2A70EC. Grayscale: #969696. Windows color (decimal): -2781421 or 1282005. OLE color: 1282005.
HSL color Cylindrical-coordinate representation of color #D58F13: hue angle of 38.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D58F13 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.16 |
| HSL | 38.35º | 0.84% | 0.45% | - |
| HSV(B) | 38.35º | 0.91% | 0.84% | - |
| XYZ | 37.38 | 33.84 | 5.18 | - |
| YUV | 149.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 19 | 0 | 0.33 | 0.91 | 0.16 | 38.35 | 0.84 | 0.45 |
| Hex | D5 | 8F | 13 | 0 | 21 | 5B | 10 | 26 | 54 | 2D |
| Octal | 325 | 217 | 23 | 0 | 41 | 133 | 20 | 46 | 124 | 55 |
| Binary | 11010101 | 10001111 | 10011 | 0 | 100001 | 1011011 | 10000 | 100110 | 1010100 | 101101 |
Color Harmonies of #D58F13
Complementary color
Monochromatic Colors of #D58F13
Black with #D58F13
Text Example
Text Example
White with #D58F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F13; }
p { color: rgb(213,143,19); }
H1.HeaderClassName
{
color: #D58F13;
}
.AnyTagClassName
{
color: #D58F13;
}
</style>
background-color css
<style>
a { background-color: #D58F13; }
a { background-color: rgb(213,143,19); }
div.DivClassName
{
background-color: #D58F13;
}
.BgClassName
{
background-color: #D58F13;
}
</style>
border-color css
<style>
span { border-color: #D58F13; }
span { border-color: rgb(213,143,19); }
td.TdClassName
{
border-color: #D58F13;
}
.TagClassName
{
border-color: #D58F13;
}
</style>