Shades of Gamboge #D2950F
Tints of Gamboge #D2950F
RGB
CMYK
RGB Variations
Color information
#D2950F (or 0xD2950F) is known color: Gamboge. HEX triplet: D2, 95 and 0F. RGB value is (210,149,15). Sum of RGB (Red+Green+Blue) = 210+149+15=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2950F is #2D6AF0. Grayscale: #989898. Windows color (decimal): -2976497 or 1021394. OLE color: 1021394.
HSL color Cylindrical-coordinate representation of color #D2950F: hue angle of 41.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2950F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.18 |
| HSL | 41.23º | 0.87% | 0.44% | - |
| HSV(B) | 41.23º | 0.93% | 0.82% | - |
| XYZ | 37.41 | 35.23 | 5.28 | - |
| YUV | 151.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 15 | 0 | 0.29 | 0.93 | 0.18 | 41.23 | 0.87 | 0.44 |
| Hex | D2 | 95 | F | 0 | 1D | 5D | 12 | 29 | 57 | 2C |
| Octal | 322 | 225 | 17 | 0 | 35 | 135 | 22 | 51 | 127 | 54 |
| Binary | 11010010 | 10010101 | 1111 | 0 | 11101 | 1011101 | 10010 | 101001 | 1010111 | 101100 |
Color Harmonies of #D2950F
Complementary color
Monochromatic Colors of #D2950F
Black with #D2950F
Text Example
Text Example
White with #D2950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2950F; }
p { color: rgb(210,149,15); }
H1.HeaderClassName
{
color: #D2950F;
}
.AnyTagClassName
{
color: #D2950F;
}
</style>
background-color css
<style>
a { background-color: #D2950F; }
a { background-color: rgb(210,149,15); }
div.DivClassName
{
background-color: #D2950F;
}
.BgClassName
{
background-color: #D2950F;
}
</style>
border-color css
<style>
span { border-color: #D2950F; }
span { border-color: rgb(210,149,15); }
td.TdClassName
{
border-color: #D2950F;
}
.TagClassName
{
border-color: #D2950F;
}
</style>