Shades of Gamboge #D5950F
Tints of Gamboge #D5950F
RGB
CMYK
RGB Variations
Color information
#D5950F (or 0xD5950F) is known color: Gamboge. HEX triplet: D5, 95 and 0F. RGB value is (213,149,15). Sum of RGB (Red+Green+Blue) = 213+149+15=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5950F is #2A6AF0. Grayscale: #999999. Windows color (decimal): -2779889 or 1021397. OLE color: 1021397.
HSL color Cylindrical-coordinate representation of color #D5950F: hue angle of 40.61º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5950F is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 15 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.16 |
| HSL | 40.61º | 0.87% | 0.45% | - |
| HSV(B) | 40.61º | 0.93% | 0.84% | - |
| XYZ | 38.27 | 35.68 | 5.32 | - |
| YUV | 152.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 15 | 0 | 0.30 | 0.93 | 0.16 | 40.61 | 0.87 | 0.45 |
| Hex | D5 | 95 | F | 0 | 1E | 5D | 10 | 29 | 57 | 2D |
| Octal | 325 | 225 | 17 | 0 | 36 | 135 | 20 | 51 | 127 | 55 |
| Binary | 11010101 | 10010101 | 1111 | 0 | 11110 | 1011101 | 10000 | 101001 | 1010111 | 101101 |
Color Harmonies of #D5950F
Complementary color
Monochromatic Colors of #D5950F
Black with #D5950F
Text Example
Text Example
White with #D5950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5950F; }
p { color: rgb(213,149,15); }
H1.HeaderClassName
{
color: #D5950F;
}
.AnyTagClassName
{
color: #D5950F;
}
</style>
background-color css
<style>
a { background-color: #D5950F; }
a { background-color: rgb(213,149,15); }
div.DivClassName
{
background-color: #D5950F;
}
.BgClassName
{
background-color: #D5950F;
}
</style>
border-color css
<style>
span { border-color: #D5950F; }
span { border-color: rgb(213,149,15); }
td.TdClassName
{
border-color: #D5950F;
}
.TagClassName
{
border-color: #D5950F;
}
</style>