Shades of Gamboge #D28A11
Tints of Gamboge #D28A11
RGB
CMYK
RGB Variations
Color information
#D28A11 (or 0xD28A11) is known color: Gamboge. HEX triplet: D2, 8A and 11. RGB value is (210,138,17). Sum of RGB (Red+Green+Blue) = 210+138+17=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28A11 is #2D75EE. Grayscale: #929292. Windows color (decimal): -2979311 or 1149650. OLE color: 1149650.
HSL color Cylindrical-coordinate representation of color #D28A11: hue angle of 37.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D28A11 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 17 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.18 |
| HSL | 37.62º | 0.85% | 0.45% | - |
| HSV(B) | 37.62º | 0.92% | 0.82% | - |
| XYZ | 35.77 | 31.92 | 4.81 | - |
| YUV | 145.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 17 | 0 | 0.34 | 0.92 | 0.18 | 37.62 | 0.85 | 0.45 |
| Hex | D2 | 8A | 11 | 0 | 22 | 5C | 12 | 26 | 55 | 2D |
| Octal | 322 | 212 | 21 | 0 | 42 | 134 | 22 | 46 | 125 | 55 |
| Binary | 11010010 | 10001010 | 10001 | 0 | 100010 | 1011100 | 10010 | 100110 | 1010101 | 101101 |
Color Harmonies of #D28A11
Complementary color
Monochromatic Colors of #D28A11
Black with #D28A11
Text Example
Text Example
White with #D28A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A11; }
p { color: rgb(210,138,17); }
H1.HeaderClassName
{
color: #D28A11;
}
.AnyTagClassName
{
color: #D28A11;
}
</style>
background-color css
<style>
a { background-color: #D28A11; }
a { background-color: rgb(210,138,17); }
div.DivClassName
{
background-color: #D28A11;
}
.BgClassName
{
background-color: #D28A11;
}
</style>
border-color css
<style>
span { border-color: #D28A11; }
span { border-color: rgb(210,138,17); }
td.TdClassName
{
border-color: #D28A11;
}
.TagClassName
{
border-color: #D28A11;
}
</style>