Shades of Gamboge #D59405
Tints of Gamboge #D59405
RGB
CMYK
RGB Variations
Color information
#D59405 (or 0xD59405) is known color: Gamboge. HEX triplet: D5, 94 and 05. RGB value is (213,148,5). Sum of RGB (Red+Green+Blue) = 213+148+5=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D59405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59405 is #2A6BFA. Grayscale: #979797. Windows color (decimal): -2780155 or 365781. OLE color: 365781.
HSL color Cylindrical-coordinate representation of color #D59405: hue angle of 41.25º degrees, saturation: 0.95, 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 #D59405 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.16 |
| HSL | 41.25º | 0.95% | 0.43% | - |
| HSV(B) | 41.25º | 0.98% | 0.84% | - |
| XYZ | 38.06 | 35.34 | 4.96 | - |
| YUV | 151.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 5 | 0 | 0.31 | 0.98 | 0.16 | 41.25 | 0.95 | 0.43 |
| Hex | D5 | 94 | 5 | 0 | 1F | 62 | 10 | 29 | 5F | 2B |
| Octal | 325 | 224 | 5 | 0 | 37 | 142 | 20 | 51 | 137 | 53 |
| Binary | 11010101 | 10010100 | 101 | 0 | 11111 | 1100010 | 10000 | 101001 | 1011111 | 101011 |
Color Harmonies of #D59405
Complementary color
Monochromatic Colors of #D59405
Black with #D59405
Text Example
Text Example
White with #D59405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59405; }
p { color: rgb(213,148,5); }
H1.HeaderClassName
{
color: #D59405;
}
.AnyTagClassName
{
color: #D59405;
}
</style>
background-color css
<style>
a { background-color: #D59405; }
a { background-color: rgb(213,148,5); }
div.DivClassName
{
background-color: #D59405;
}
.BgClassName
{
background-color: #D59405;
}
</style>
border-color css
<style>
span { border-color: #D59405; }
span { border-color: rgb(213,148,5); }
td.TdClassName
{
border-color: #D59405;
}
.TagClassName
{
border-color: #D59405;
}
</style>