Shades of Gamboge #D58F01
Tints of Gamboge #D58F01
RGB
CMYK
RGB Variations
Color information
#D58F01 (or 0xD58F01) is known color: Gamboge. HEX triplet: D5, 8F and 01. RGB value is (213,143,1). Sum of RGB (Red+Green+Blue) = 213+143+1=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F01 is #2A70FE. Grayscale: #949494. Windows color (decimal): -2781439 or 102357. OLE color: 102357.
HSL color Cylindrical-coordinate representation of color #D58F01: hue angle of 40.19º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58F01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.16 |
| HSL | 40.19º | 0.99% | 0.42% | - |
| HSV(B) | 40.19º | 1% | 0.84% | - |
| XYZ | 37.27 | 33.79 | 4.59 | - |
| YUV | 147.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 1 | 0 | 0.33 | 1.00 | 0.16 | 40.19 | 0.99 | 0.42 |
| Hex | D5 | 8F | 1 | 0 | 21 | 64 | 10 | 28 | 63 | 2A |
| Octal | 325 | 217 | 1 | 0 | 41 | 144 | 20 | 50 | 143 | 52 |
| Binary | 11010101 | 10001111 | 1 | 0 | 100001 | 1100100 | 10000 | 101000 | 1100011 | 101010 |
Color Harmonies of #D58F01
Complementary color
Monochromatic Colors of #D58F01
Black with #D58F01
Text Example
Text Example
White with #D58F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F01; }
p { color: rgb(213,143,1); }
H1.HeaderClassName
{
color: #D58F01;
}
.AnyTagClassName
{
color: #D58F01;
}
</style>
background-color css
<style>
a { background-color: #D58F01; }
a { background-color: rgb(213,143,1); }
div.DivClassName
{
background-color: #D58F01;
}
.BgClassName
{
background-color: #D58F01;
}
</style>
border-color css
<style>
span { border-color: #D58F01; }
span { border-color: rgb(213,143,1); }
td.TdClassName
{
border-color: #D58F01;
}
.TagClassName
{
border-color: #D58F01;
}
</style>