Shades of Gamboge #D99103
Tints of Gamboge #D99103
RGB
CMYK
RGB Variations
Color information
#D99103 (or 0xD99103) is known color: Gamboge. HEX triplet: D9, 91 and 03. RGB value is (217,145,3). Sum of RGB (Red+Green+Blue) = 217+145+3=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D99103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99103 is #266EFC. Grayscale: #969696. Windows color (decimal): -2518781 or 233945. OLE color: 233945.
HSL color Cylindrical-coordinate representation of color #D99103: hue angle of 39.81º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D99103 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.15 |
| HSL | 39.81º | 0.97% | 0.43% | - |
| HSV(B) | 39.81º | 0.99% | 0.85% | - |
| XYZ | 38.76 | 35.01 | 4.8 | - |
| YUV | 150.34 | 44.85 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 3 | 0 | 0.33 | 0.99 | 0.15 | 39.81 | 0.97 | 0.43 |
| Hex | D9 | 91 | 3 | 0 | 21 | 63 | F | 28 | 61 | 2B |
| Octal | 331 | 221 | 3 | 0 | 41 | 143 | 17 | 50 | 141 | 53 |
| Binary | 11011001 | 10010001 | 11 | 0 | 100001 | 1100011 | 1111 | 101000 | 1100001 | 101011 |
Color Harmonies of #D99103
Complementary color
Monochromatic Colors of #D99103
Black with #D99103
Text Example
Text Example
White with #D99103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99103; }
p { color: rgb(217,145,3); }
H1.HeaderClassName
{
color: #D99103;
}
.AnyTagClassName
{
color: #D99103;
}
</style>
background-color css
<style>
a { background-color: #D99103; }
a { background-color: rgb(217,145,3); }
div.DivClassName
{
background-color: #D99103;
}
.BgClassName
{
background-color: #D99103;
}
</style>
border-color css
<style>
span { border-color: #D99103; }
span { border-color: rgb(217,145,3); }
td.TdClassName
{
border-color: #D99103;
}
.TagClassName
{
border-color: #D99103;
}
</style>