Shades of Gamboge #D6900A
Tints of Gamboge #D6900A
RGB
CMYK
RGB Variations
Color information
#D6900A (or 0xD6900A) is known color: Gamboge. HEX triplet: D6, 90 and 0A. RGB value is (214,144,10). Sum of RGB (Red+Green+Blue) = 214+144+10=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D6900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6900A is #296FF5. Grayscale: #969696. Windows color (decimal): -2715638 or 692438. OLE color: 692438.
HSL color Cylindrical-coordinate representation of color #D6900A: hue angle of 39.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6900A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 10 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.16 |
| HSL | 39.41º | 0.91% | 0.44% | - |
| HSV(B) | 39.41º | 0.95% | 0.84% | - |
| XYZ | 37.76 | 34.26 | 4.91 | - |
| YUV | 149.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 10 | 0 | 0.33 | 0.95 | 0.16 | 39.41 | 0.91 | 0.44 |
| Hex | D6 | 90 | A | 0 | 21 | 5F | 10 | 27 | 5B | 2C |
| Octal | 326 | 220 | 12 | 0 | 41 | 137 | 20 | 47 | 133 | 54 |
| Binary | 11010110 | 10010000 | 1010 | 0 | 100001 | 1011111 | 10000 | 100111 | 1011011 | 101100 |
Color Harmonies of #D6900A
Complementary color
Monochromatic Colors of #D6900A
Black with #D6900A
Text Example
Text Example
White with #D6900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6900A; }
p { color: rgb(214,144,10); }
H1.HeaderClassName
{
color: #D6900A;
}
.AnyTagClassName
{
color: #D6900A;
}
</style>
background-color css
<style>
a { background-color: #D6900A; }
a { background-color: rgb(214,144,10); }
div.DivClassName
{
background-color: #D6900A;
}
.BgClassName
{
background-color: #D6900A;
}
</style>
border-color css
<style>
span { border-color: #D6900A; }
span { border-color: rgb(214,144,10); }
td.TdClassName
{
border-color: #D6900A;
}
.TagClassName
{
border-color: #D6900A;
}
</style>