Shades of Gamboge #D99505
Tints of Gamboge #D99505
RGB
CMYK
RGB Variations
Color information
#D99505 (or 0xD99505) is known color: Gamboge. HEX triplet: D9, 95 and 05. RGB value is (217,149,5). Sum of RGB (Red+Green+Blue) = 217+149+5=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D99505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99505 is #266AFA. Grayscale: #999999. Windows color (decimal): -2517755 or 366041. OLE color: 366041.
HSL color Cylindrical-coordinate representation of color #D99505: hue angle of 40.75º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D99505 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.15 |
| HSL | 40.75º | 0.95% | 0.44% | - |
| HSV(B) | 40.75º | 0.98% | 0.85% | - |
| XYZ | 39.39 | 36.26 | 5.07 | - |
| YUV | 152.92 | 44.53 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 5 | 0 | 0.31 | 0.98 | 0.15 | 40.75 | 0.95 | 0.44 |
| Hex | D9 | 95 | 5 | 0 | 1F | 62 | F | 29 | 5F | 2C |
| Octal | 331 | 225 | 5 | 0 | 37 | 142 | 17 | 51 | 137 | 54 |
| Binary | 11011001 | 10010101 | 101 | 0 | 11111 | 1100010 | 1111 | 101001 | 1011111 | 101100 |
Color Harmonies of #D99505
Complementary color
Monochromatic Colors of #D99505
Black with #D99505
Text Example
Text Example
White with #D99505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99505; }
p { color: rgb(217,149,5); }
H1.HeaderClassName
{
color: #D99505;
}
.AnyTagClassName
{
color: #D99505;
}
</style>
background-color css
<style>
a { background-color: #D99505; }
a { background-color: rgb(217,149,5); }
div.DivClassName
{
background-color: #D99505;
}
.BgClassName
{
background-color: #D99505;
}
</style>
border-color css
<style>
span { border-color: #D99505; }
span { border-color: rgb(217,149,5); }
td.TdClassName
{
border-color: #D99505;
}
.TagClassName
{
border-color: #D99505;
}
</style>