Shades of Gamboge #D99214
Tints of Gamboge #D99214
RGB
CMYK
RGB Variations
Color information
#D99214 (or 0xD99214) is known color: Gamboge. HEX triplet: D9, 92 and 14. RGB value is (217,146,20). Sum of RGB (Red+Green+Blue) = 217+146+20=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D99214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99214 is #266DEB. Grayscale: #999999. Windows color (decimal): -2518508 or 1348313. OLE color: 1348313.
HSL color Cylindrical-coordinate representation of color #D99214: hue angle of 38.38º degrees, saturation: 0.83, 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 #D99214 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 20 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.15 |
| HSL | 38.38º | 0.83% | 0.46% | - |
| HSV(B) | 38.38º | 0.91% | 0.85% | - |
| XYZ | 39.02 | 35.36 | 5.43 | - |
| YUV | 152.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 20 | 0 | 0.33 | 0.91 | 0.15 | 38.38 | 0.83 | 0.46 |
| Hex | D9 | 92 | 14 | 0 | 21 | 5B | F | 26 | 53 | 2E |
| Octal | 331 | 222 | 24 | 0 | 41 | 133 | 17 | 46 | 123 | 56 |
| Binary | 11011001 | 10010010 | 10100 | 0 | 100001 | 1011011 | 1111 | 100110 | 1010011 | 101110 |
Color Harmonies of #D99214
Complementary color
Monochromatic Colors of #D99214
Black with #D99214
Text Example
Text Example
White with #D99214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99214; }
p { color: rgb(217,146,20); }
H1.HeaderClassName
{
color: #D99214;
}
.AnyTagClassName
{
color: #D99214;
}
</style>
background-color css
<style>
a { background-color: #D99214; }
a { background-color: rgb(217,146,20); }
div.DivClassName
{
background-color: #D99214;
}
.BgClassName
{
background-color: #D99214;
}
</style>
border-color css
<style>
span { border-color: #D99214; }
span { border-color: rgb(217,146,20); }
td.TdClassName
{
border-color: #D99214;
}
.TagClassName
{
border-color: #D99214;
}
</style>