Shades of Gamboge #D59203
Tints of Gamboge #D59203
RGB
CMYK
RGB Variations
Color information
#D59203 (or 0xD59203) is known color: Gamboge. HEX triplet: D5, 92 and 03. RGB value is (213,146,3). Sum of RGB (Red+Green+Blue) = 213+146+3=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D59203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59203 is #2A6DFC. Grayscale: #969696. Windows color (decimal): -2780669 or 234197. OLE color: 234197.
HSL color Cylindrical-coordinate representation of color #D59203: hue angle of 40.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D59203 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.16 |
| HSL | 40.86º | 0.97% | 0.42% | - |
| HSV(B) | 40.86º | 0.99% | 0.84% | - |
| XYZ | 37.74 | 34.71 | 4.8 | - |
| YUV | 149.73 | 45.2 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 3 | 0 | 0.31 | 0.99 | 0.16 | 40.86 | 0.97 | 0.42 |
| Hex | D5 | 92 | 3 | 0 | 1F | 63 | 10 | 29 | 61 | 2A |
| Octal | 325 | 222 | 3 | 0 | 37 | 143 | 20 | 51 | 141 | 52 |
| Binary | 11010101 | 10010010 | 11 | 0 | 11111 | 1100011 | 10000 | 101001 | 1100001 | 101010 |
Color Harmonies of #D59203
Complementary color
Monochromatic Colors of #D59203
Black with #D59203
Text Example
Text Example
White with #D59203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59203; }
p { color: rgb(213,146,3); }
H1.HeaderClassName
{
color: #D59203;
}
.AnyTagClassName
{
color: #D59203;
}
</style>
background-color css
<style>
a { background-color: #D59203; }
a { background-color: rgb(213,146,3); }
div.DivClassName
{
background-color: #D59203;
}
.BgClassName
{
background-color: #D59203;
}
</style>
border-color css
<style>
span { border-color: #D59203; }
span { border-color: rgb(213,146,3); }
td.TdClassName
{
border-color: #D59203;
}
.TagClassName
{
border-color: #D59203;
}
</style>