Shades of Gamboge #D28A03
Tints of Gamboge #D28A03
RGB
CMYK
RGB Variations
Color information
#D28A03 (or 0xD28A03) is known color: Gamboge. HEX triplet: D2, 8A and 03. RGB value is (210,138,3). Sum of RGB (Red+Green+Blue) = 210+138+3=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28A03 is #2D75FC. Grayscale: #909090. Windows color (decimal): -2979325 or 232146. OLE color: 232146.
HSL color Cylindrical-coordinate representation of color #D28A03: hue angle of 39.13º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D28A03 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.18 |
| HSL | 39.13º | 0.97% | 0.42% | - |
| HSV(B) | 39.13º | 0.99% | 0.82% | - |
| XYZ | 35.68 | 31.89 | 4.36 | - |
| YUV | 144.14 | 48.35 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 3 | 0 | 0.34 | 0.99 | 0.18 | 39.13 | 0.97 | 0.42 |
| Hex | D2 | 8A | 3 | 0 | 22 | 63 | 12 | 27 | 61 | 2A |
| Octal | 322 | 212 | 3 | 0 | 42 | 143 | 22 | 47 | 141 | 52 |
| Binary | 11010010 | 10001010 | 11 | 0 | 100010 | 1100011 | 10010 | 100111 | 1100001 | 101010 |
Color Harmonies of #D28A03
Complementary color
Monochromatic Colors of #D28A03
Black with #D28A03
Text Example
Text Example
White with #D28A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A03; }
p { color: rgb(210,138,3); }
H1.HeaderClassName
{
color: #D28A03;
}
.AnyTagClassName
{
color: #D28A03;
}
</style>
background-color css
<style>
a { background-color: #D28A03; }
a { background-color: rgb(210,138,3); }
div.DivClassName
{
background-color: #D28A03;
}
.BgClassName
{
background-color: #D28A03;
}
</style>
border-color css
<style>
span { border-color: #D28A03; }
span { border-color: rgb(210,138,3); }
td.TdClassName
{
border-color: #D28A03;
}
.TagClassName
{
border-color: #D28A03;
}
</style>