Shades of Gamboge #D5940A
Tints of Gamboge #D5940A
RGB
CMYK
RGB Variations
Color information
#D5940A (or 0xD5940A) is known color: Gamboge. HEX triplet: D5, 94 and 0A. RGB value is (213,148,10). Sum of RGB (Red+Green+Blue) = 213+148+10=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5940A is #2A6BF5. Grayscale: #989898. Windows color (decimal): -2780150 or 693461. OLE color: 693461.
HSL color Cylindrical-coordinate representation of color #D5940A: hue angle of 40.79º 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 #D5940A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.16 |
| HSL | 40.79º | 0.91% | 0.44% | - |
| HSV(B) | 40.79º | 0.95% | 0.84% | - |
| XYZ | 38.09 | 35.35 | 5.1 | - |
| YUV | 151.7 | 48.03 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 10 | 0 | 0.31 | 0.95 | 0.16 | 40.79 | 0.91 | 0.44 |
| Hex | D5 | 94 | A | 0 | 1F | 5F | 10 | 29 | 5B | 2C |
| Octal | 325 | 224 | 12 | 0 | 37 | 137 | 20 | 51 | 133 | 54 |
| Binary | 11010101 | 10010100 | 1010 | 0 | 11111 | 1011111 | 10000 | 101001 | 1011011 | 101100 |
Color Harmonies of #D5940A
Complementary color
Monochromatic Colors of #D5940A
Black with #D5940A
Text Example
Text Example
White with #D5940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5940A; }
p { color: rgb(213,148,10); }
H1.HeaderClassName
{
color: #D5940A;
}
.AnyTagClassName
{
color: #D5940A;
}
</style>
background-color css
<style>
a { background-color: #D5940A; }
a { background-color: rgb(213,148,10); }
div.DivClassName
{
background-color: #D5940A;
}
.BgClassName
{
background-color: #D5940A;
}
</style>
border-color css
<style>
span { border-color: #D5940A; }
span { border-color: rgb(213,148,10); }
td.TdClassName
{
border-color: #D5940A;
}
.TagClassName
{
border-color: #D5940A;
}
</style>