Shades of Gamboge #D69904
Tints of Gamboge #D69904
RGB
CMYK
RGB Variations
Color information
#D69904 (or 0xD69904) is known color: Gamboge. HEX triplet: D6, 99 and 04. RGB value is (214,153,4). Sum of RGB (Red+Green+Blue) = 214+153+4=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D69904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69904 is #2966FB. Grayscale: #9A9A9A. Windows color (decimal): -2713340 or 301526. OLE color: 301526.
HSL color Cylindrical-coordinate representation of color #D69904: hue angle of 42.57º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D69904 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.16 |
| HSL | 42.57º | 0.96% | 0.43% | - |
| HSV(B) | 42.57º | 0.98% | 0.84% | - |
| XYZ | 39.14 | 37.09 | 5.21 | - |
| YUV | 154.25 | 43.21 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 4 | 0 | 0.29 | 0.98 | 0.16 | 42.57 | 0.96 | 0.43 |
| Hex | D6 | 99 | 4 | 0 | 1D | 62 | 10 | 2B | 60 | 2B |
| Octal | 326 | 231 | 4 | 0 | 35 | 142 | 20 | 53 | 140 | 53 |
| Binary | 11010110 | 10011001 | 100 | 0 | 11101 | 1100010 | 10000 | 101011 | 1100000 | 101011 |
Color Harmonies of #D69904
Complementary color
Monochromatic Colors of #D69904
Black with #D69904
Text Example
Text Example
White with #D69904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69904; }
p { color: rgb(214,153,4); }
H1.HeaderClassName
{
color: #D69904;
}
.AnyTagClassName
{
color: #D69904;
}
</style>
background-color css
<style>
a { background-color: #D69904; }
a { background-color: rgb(214,153,4); }
div.DivClassName
{
background-color: #D69904;
}
.BgClassName
{
background-color: #D69904;
}
</style>
border-color css
<style>
span { border-color: #D69904; }
span { border-color: rgb(214,153,4); }
td.TdClassName
{
border-color: #D69904;
}
.TagClassName
{
border-color: #D69904;
}
</style>