Shades of Gamboge #D09102
Tints of Gamboge #D09102
RGB
CMYK
RGB Variations
Color information
#D09102 (or 0xD09102) is known color: Gamboge. HEX triplet: D0, 91 and 02. RGB value is (208,145,2). Sum of RGB (Red+Green+Blue) = 208+145+2=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D09102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09102 is #2F6EFD. Grayscale: #949494. Windows color (decimal): -3108606 or 168400. OLE color: 168400.
HSL color Cylindrical-coordinate representation of color #D09102: hue angle of 41.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09102 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.18 |
| HSL | 41.65º | 0.98% | 0.41% | - |
| HSV(B) | 41.65º | 0.99% | 0.82% | - |
| XYZ | 36.15 | 33.67 | 4.65 | - |
| YUV | 147.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 2 | 0 | 0.30 | 0.99 | 0.18 | 41.65 | 0.98 | 0.41 |
| Hex | D0 | 91 | 2 | 0 | 1E | 63 | 12 | 2A | 62 | 29 |
| Octal | 320 | 221 | 2 | 0 | 36 | 143 | 22 | 52 | 142 | 51 |
| Binary | 11010000 | 10010001 | 10 | 0 | 11110 | 1100011 | 10010 | 101010 | 1100010 | 101001 |
Color Harmonies of #D09102
Complementary color
Monochromatic Colors of #D09102
Black with #D09102
Text Example
Text Example
White with #D09102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09102; }
p { color: rgb(208,145,2); }
H1.HeaderClassName
{
color: #D09102;
}
.AnyTagClassName
{
color: #D09102;
}
</style>
background-color css
<style>
a { background-color: #D09102; }
a { background-color: rgb(208,145,2); }
div.DivClassName
{
background-color: #D09102;
}
.BgClassName
{
background-color: #D09102;
}
</style>
border-color css
<style>
span { border-color: #D09102; }
span { border-color: rgb(208,145,2); }
td.TdClassName
{
border-color: #D09102;
}
.TagClassName
{
border-color: #D09102;
}
</style>