Shades of Gamboge #D09201
Tints of Gamboge #D09201
RGB
CMYK
RGB Variations
Color information
#D09201 (or 0xD09201) is known color: Gamboge. HEX triplet: D0, 92 and 01. RGB value is (208,146,1). Sum of RGB (Red+Green+Blue) = 208+146+1=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D09201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09201 is #2F6DFE. Grayscale: #949494. Windows color (decimal): -3108351 or 103120. OLE color: 103120.
HSL color Cylindrical-coordinate representation of color #D09201: hue angle of 42.03º 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 #D09201 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.18 |
| HSL | 42.03º | 0.99% | 0.41% | - |
| HSV(B) | 42.03º | 1% | 0.82% | - |
| XYZ | 36.3 | 33.97 | 4.67 | - |
| YUV | 148.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 1 | 0 | 0.30 | 1.00 | 0.18 | 42.03 | 0.99 | 0.41 |
| Hex | D0 | 92 | 1 | 0 | 1E | 64 | 12 | 2A | 63 | 29 |
| Octal | 320 | 222 | 1 | 0 | 36 | 144 | 22 | 52 | 143 | 51 |
| Binary | 11010000 | 10010010 | 1 | 0 | 11110 | 1100100 | 10010 | 101010 | 1100011 | 101001 |
Color Harmonies of #D09201
Complementary color
Monochromatic Colors of #D09201
Black with #D09201
Text Example
Text Example
White with #D09201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09201; }
p { color: rgb(208,146,1); }
H1.HeaderClassName
{
color: #D09201;
}
.AnyTagClassName
{
color: #D09201;
}
</style>
background-color css
<style>
a { background-color: #D09201; }
a { background-color: rgb(208,146,1); }
div.DivClassName
{
background-color: #D09201;
}
.BgClassName
{
background-color: #D09201;
}
</style>
border-color css
<style>
span { border-color: #D09201; }
span { border-color: rgb(208,146,1); }
td.TdClassName
{
border-color: #D09201;
}
.TagClassName
{
border-color: #D09201;
}
</style>