Shades of Gamboge #D09701
Tints of Gamboge #D09701
RGB
CMYK
RGB Variations
Color information
#D09701 (or 0xD09701) is known color: Gamboge. HEX triplet: D0, 97 and 01. RGB value is (208,151,1). Sum of RGB (Red+Green+Blue) = 208+151+1=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D09701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09701 is #2F68FE. Grayscale: #979797. Windows color (decimal): -3107071 or 104400. OLE color: 104400.
HSL color Cylindrical-coordinate representation of color #D09701: hue angle of 43.48º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D09701 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0.18 |
| HSL | 43.48º | 0.99% | 0.41% | - |
| HSV(B) | 43.48º | 1% | 0.82% | - |
| XYZ | 37.08 | 35.55 | 4.94 | - |
| YUV | 150.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 1 | 0 | 0.27 | 1.00 | 0.18 | 43.48 | 0.99 | 0.41 |
| Hex | D0 | 97 | 1 | 0 | 1B | 64 | 12 | 2B | 63 | 29 |
| Octal | 320 | 227 | 1 | 0 | 33 | 144 | 22 | 53 | 143 | 51 |
| Binary | 11010000 | 10010111 | 1 | 0 | 11011 | 1100100 | 10010 | 101011 | 1100011 | 101001 |
Color Harmonies of #D09701
Complementary color
Monochromatic Colors of #D09701
Black with #D09701
Text Example
Text Example
White with #D09701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09701; }
p { color: rgb(208,151,1); }
H1.HeaderClassName
{
color: #D09701;
}
.AnyTagClassName
{
color: #D09701;
}
</style>
background-color css
<style>
a { background-color: #D09701; }
a { background-color: rgb(208,151,1); }
div.DivClassName
{
background-color: #D09701;
}
.BgClassName
{
background-color: #D09701;
}
</style>
border-color css
<style>
span { border-color: #D09701; }
span { border-color: rgb(208,151,1); }
td.TdClassName
{
border-color: #D09701;
}
.TagClassName
{
border-color: #D09701;
}
</style>