Shades of Gamboge #D58802
Tints of Gamboge #D58802
RGB
CMYK
RGB Variations
Color information
#D58802 (or 0xD58802) is known color: Gamboge. HEX triplet: D5, 88 and 02. RGB value is (213,136,2). Sum of RGB (Red+Green+Blue) = 213+136+2=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D58802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58802 is #2A77FD. Grayscale: #909090. Windows color (decimal): -2783230 or 166101. OLE color: 166101.
HSL color Cylindrical-coordinate representation of color #D58802: hue angle of 38.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D58802 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 136 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.16 |
| HSL | 38.1º | 0.98% | 0.42% | - |
| HSV(B) | 38.1º | 0.99% | 0.84% | - |
| XYZ | 36.26 | 31.76 | 4.28 | - |
| YUV | 143.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 2 | 0 | 0.36 | 0.99 | 0.16 | 38.1 | 0.98 | 0.42 |
| Hex | D5 | 88 | 2 | 0 | 24 | 63 | 10 | 26 | 62 | 2A |
| Octal | 325 | 210 | 2 | 0 | 44 | 143 | 20 | 46 | 142 | 52 |
| Binary | 11010101 | 10001000 | 10 | 0 | 100100 | 1100011 | 10000 | 100110 | 1100010 | 101010 |
Color Harmonies of #D58802
Complementary color
Monochromatic Colors of #D58802
Black with #D58802
Text Example
Text Example
White with #D58802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58802; }
p { color: rgb(213,136,2); }
H1.HeaderClassName
{
color: #D58802;
}
.AnyTagClassName
{
color: #D58802;
}
</style>
background-color css
<style>
a { background-color: #D58802; }
a { background-color: rgb(213,136,2); }
div.DivClassName
{
background-color: #D58802;
}
.BgClassName
{
background-color: #D58802;
}
</style>
border-color css
<style>
span { border-color: #D58802; }
span { border-color: rgb(213,136,2); }
td.TdClassName
{
border-color: #D58802;
}
.TagClassName
{
border-color: #D58802;
}
</style>