Shades of Gamboge #D99212
Tints of Gamboge #D99212
RGB
CMYK
RGB Variations
Color information
#D99212 (or 0xD99212) is known color: Gamboge. HEX triplet: D9, 92 and 12. RGB value is (217,146,18). Sum of RGB (Red+Green+Blue) = 217+146+18=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D99212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99212 is #266DED. Grayscale: #999999. Windows color (decimal): -2518510 or 1217241. OLE color: 1217241.
HSL color Cylindrical-coordinate representation of color #D99212: hue angle of 38.59º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D99212 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.15 |
| HSL | 38.59º | 0.85% | 0.46% | - |
| HSV(B) | 38.59º | 0.92% | 0.85% | - |
| XYZ | 39 | 35.35 | 5.34 | - |
| YUV | 152.64 | 52.02 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 18 | 0 | 0.33 | 0.92 | 0.15 | 38.59 | 0.85 | 0.46 |
| Hex | D9 | 92 | 12 | 0 | 21 | 5C | F | 27 | 55 | 2E |
| Octal | 331 | 222 | 22 | 0 | 41 | 134 | 17 | 47 | 125 | 56 |
| Binary | 11011001 | 10010010 | 10010 | 0 | 100001 | 1011100 | 1111 | 100111 | 1010101 | 101110 |
Color Harmonies of #D99212
Complementary color
Monochromatic Colors of #D99212
Black with #D99212
Text Example
Text Example
White with #D99212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99212; }
p { color: rgb(217,146,18); }
H1.HeaderClassName
{
color: #D99212;
}
.AnyTagClassName
{
color: #D99212;
}
</style>
background-color css
<style>
a { background-color: #D99212; }
a { background-color: rgb(217,146,18); }
div.DivClassName
{
background-color: #D99212;
}
.BgClassName
{
background-color: #D99212;
}
</style>
border-color css
<style>
span { border-color: #D99212; }
span { border-color: rgb(217,146,18); }
td.TdClassName
{
border-color: #D99212;
}
.TagClassName
{
border-color: #D99212;
}
</style>