Shades of Gamboge #D69010
Tints of Gamboge #D69010
RGB
CMYK
RGB Variations
Color information
#D69010 (or 0xD69010) is known color: Gamboge. HEX triplet: D6, 90 and 10. RGB value is (214,144,16). Sum of RGB (Red+Green+Blue) = 214+144+16=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D69010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69010 is #296FEF. Grayscale: #969696. Windows color (decimal): -2715632 or 1085654. OLE color: 1085654.
HSL color Cylindrical-coordinate representation of color #D69010: hue angle of 38.79º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D69010 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.16 |
| HSL | 38.79º | 0.86% | 0.45% | - |
| HSV(B) | 38.79º | 0.93% | 0.84% | - |
| XYZ | 37.8 | 34.28 | 5.11 | - |
| YUV | 150.34 | 52.19 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 16 | 0 | 0.33 | 0.93 | 0.16 | 38.79 | 0.86 | 0.45 |
| Hex | D6 | 90 | 10 | 0 | 21 | 5D | 10 | 27 | 56 | 2D |
| Octal | 326 | 220 | 20 | 0 | 41 | 135 | 20 | 47 | 126 | 55 |
| Binary | 11010110 | 10010000 | 10000 | 0 | 100001 | 1011101 | 10000 | 100111 | 1010110 | 101101 |
Color Harmonies of #D69010
Complementary color
Monochromatic Colors of #D69010
Black with #D69010
Text Example
Text Example
White with #D69010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69010; }
p { color: rgb(214,144,16); }
H1.HeaderClassName
{
color: #D69010;
}
.AnyTagClassName
{
color: #D69010;
}
</style>
background-color css
<style>
a { background-color: #D69010; }
a { background-color: rgb(214,144,16); }
div.DivClassName
{
background-color: #D69010;
}
.BgClassName
{
background-color: #D69010;
}
</style>
border-color css
<style>
span { border-color: #D69010; }
span { border-color: rgb(214,144,16); }
td.TdClassName
{
border-color: #D69010;
}
.TagClassName
{
border-color: #D69010;
}
</style>