Shades of Gamboge #D99213
Tints of Gamboge #D99213
RGB
CMYK
RGB Variations
Color information
#D99213 (or 0xD99213) is known color: Gamboge. HEX triplet: D9, 92 and 13. RGB value is (217,146,19). Sum of RGB (Red+Green+Blue) = 217+146+19=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D99213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99213 is #266DEC. Grayscale: #999999. Windows color (decimal): -2518509 or 1282777. OLE color: 1282777.
HSL color Cylindrical-coordinate representation of color #D99213: hue angle of 38.48º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D99213 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.15 |
| HSL | 38.48º | 0.84% | 0.46% | - |
| HSV(B) | 38.48º | 0.91% | 0.85% | - |
| XYZ | 39.01 | 35.36 | 5.38 | - |
| YUV | 152.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 19 | 0 | 0.33 | 0.91 | 0.15 | 38.48 | 0.84 | 0.46 |
| Hex | D9 | 92 | 13 | 0 | 21 | 5B | F | 26 | 54 | 2E |
| Octal | 331 | 222 | 23 | 0 | 41 | 133 | 17 | 46 | 124 | 56 |
| Binary | 11011001 | 10010010 | 10011 | 0 | 100001 | 1011011 | 1111 | 100110 | 1010100 | 101110 |
Color Harmonies of #D99213
Complementary color
Monochromatic Colors of #D99213
Black with #D99213
Text Example
Text Example
White with #D99213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99213; }
p { color: rgb(217,146,19); }
H1.HeaderClassName
{
color: #D99213;
}
.AnyTagClassName
{
color: #D99213;
}
</style>
background-color css
<style>
a { background-color: #D99213; }
a { background-color: rgb(217,146,19); }
div.DivClassName
{
background-color: #D99213;
}
.BgClassName
{
background-color: #D99213;
}
</style>
border-color css
<style>
span { border-color: #D99213; }
span { border-color: rgb(217,146,19); }
td.TdClassName
{
border-color: #D99213;
}
.TagClassName
{
border-color: #D99213;
}
</style>