Shades of Gamboge #D59608
Tints of Gamboge #D59608
RGB
CMYK
RGB Variations
Color information
#D59608 (or 0xD59608) is known color: Gamboge. HEX triplet: D5, 96 and 08. RGB value is (213,150,8). Sum of RGB (Red+Green+Blue) = 213+150+8=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D59608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59608 is #2A69F7. Grayscale: #999999. Windows color (decimal): -2779640 or 562901. OLE color: 562901.
HSL color Cylindrical-coordinate representation of color #D59608: hue angle of 41.56º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D59608 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.16 |
| HSL | 41.56º | 0.93% | 0.43% | - |
| HSV(B) | 41.56º | 0.96% | 0.84% | - |
| XYZ | 38.39 | 35.98 | 5.15 | - |
| YUV | 152.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 8 | 0 | 0.30 | 0.96 | 0.16 | 41.56 | 0.93 | 0.43 |
| Hex | D5 | 96 | 8 | 0 | 1E | 60 | 10 | 2A | 5D | 2B |
| Octal | 325 | 226 | 10 | 0 | 36 | 140 | 20 | 52 | 135 | 53 |
| Binary | 11010101 | 10010110 | 1000 | 0 | 11110 | 1100000 | 10000 | 101010 | 1011101 | 101011 |
Color Harmonies of #D59608
Complementary color
Monochromatic Colors of #D59608
Black with #D59608
Text Example
Text Example
White with #D59608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59608; }
p { color: rgb(213,150,8); }
H1.HeaderClassName
{
color: #D59608;
}
.AnyTagClassName
{
color: #D59608;
}
</style>
background-color css
<style>
a { background-color: #D59608; }
a { background-color: rgb(213,150,8); }
div.DivClassName
{
background-color: #D59608;
}
.BgClassName
{
background-color: #D59608;
}
</style>
border-color css
<style>
span { border-color: #D59608; }
span { border-color: rgb(213,150,8); }
td.TdClassName
{
border-color: #D59608;
}
.TagClassName
{
border-color: #D59608;
}
</style>