Shades of Gamboge #D99001
Tints of Gamboge #D99001
RGB
CMYK
RGB Variations
Color information
#D99001 (or 0xD99001) is known color: Gamboge. HEX triplet: D9, 90 and 01. RGB value is (217,144,1). Sum of RGB (Red+Green+Blue) = 217+144+1=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D99001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99001 is #266FFE. Grayscale: #969696. Windows color (decimal): -2519039 or 102617. OLE color: 102617.
HSL color Cylindrical-coordinate representation of color #D99001: hue angle of 39.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D99001 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.15 |
| HSL | 39.72º | 0.99% | 0.43% | - |
| HSV(B) | 39.72º | 1% | 0.85% | - |
| XYZ | 38.59 | 34.7 | 4.69 | - |
| YUV | 149.53 | 44.18 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 1 | 0 | 0.34 | 1.00 | 0.15 | 39.72 | 0.99 | 0.43 |
| Hex | D9 | 90 | 1 | 0 | 22 | 64 | F | 28 | 63 | 2B |
| Octal | 331 | 220 | 1 | 0 | 42 | 144 | 17 | 50 | 143 | 53 |
| Binary | 11011001 | 10010000 | 1 | 0 | 100010 | 1100100 | 1111 | 101000 | 1100011 | 101011 |
Color Harmonies of #D99001
Complementary color
Monochromatic Colors of #D99001
Black with #D99001
Text Example
Text Example
White with #D99001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99001; }
p { color: rgb(217,144,1); }
H1.HeaderClassName
{
color: #D99001;
}
.AnyTagClassName
{
color: #D99001;
}
</style>
background-color css
<style>
a { background-color: #D99001; }
a { background-color: rgb(217,144,1); }
div.DivClassName
{
background-color: #D99001;
}
.BgClassName
{
background-color: #D99001;
}
</style>
border-color css
<style>
span { border-color: #D99001; }
span { border-color: rgb(217,144,1); }
td.TdClassName
{
border-color: #D99001;
}
.TagClassName
{
border-color: #D99001;
}
</style>