Shades of Gamboge #D79202
Tints of Gamboge #D79202
RGB
CMYK
RGB Variations
Color information
#D79202 (or 0xD79202) is known color: Gamboge. HEX triplet: D7, 92 and 02. RGB value is (215,146,2). Sum of RGB (Red+Green+Blue) = 215+146+2=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D79202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D79202 is #286DFD. Grayscale: #969696. Windows color (decimal): -2649598 or 168663. OLE color: 168663.
HSL color Cylindrical-coordinate representation of color #D79202: hue angle of 40.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D79202 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 146 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.16 |
| HSL | 40.56º | 0.98% | 0.43% | - |
| HSV(B) | 40.56º | 0.99% | 0.84% | - |
| XYZ | 38.31 | 35.01 | 4.8 | - |
| YUV | 150.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 146 | 2 | 0 | 0.32 | 0.99 | 0.16 | 40.56 | 0.98 | 0.43 |
| Hex | D7 | 92 | 2 | 0 | 20 | 63 | 10 | 29 | 62 | 2B |
| Octal | 327 | 222 | 2 | 0 | 40 | 143 | 20 | 51 | 142 | 53 |
| Binary | 11010111 | 10010010 | 10 | 0 | 100000 | 1100011 | 10000 | 101001 | 1100010 | 101011 |
Color Harmonies of #D79202
Complementary color
Monochromatic Colors of #D79202
Black with #D79202
Text Example
Text Example
White with #D79202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79202; }
p { color: rgb(215,146,2); }
H1.HeaderClassName
{
color: #D79202;
}
.AnyTagClassName
{
color: #D79202;
}
</style>
background-color css
<style>
a { background-color: #D79202; }
a { background-color: rgb(215,146,2); }
div.DivClassName
{
background-color: #D79202;
}
.BgClassName
{
background-color: #D79202;
}
</style>
border-color css
<style>
span { border-color: #D79202; }
span { border-color: rgb(215,146,2); }
td.TdClassName
{
border-color: #D79202;
}
.TagClassName
{
border-color: #D79202;
}
</style>