Shades of Gamboge #D2960F
Tints of Gamboge #D2960F
RGB
CMYK
RGB Variations
Color information
#D2960F (or 0xD2960F) is known color: Gamboge. HEX triplet: D2, 96 and 0F. RGB value is (210,150,15). Sum of RGB (Red+Green+Blue) = 210+150+15=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2960F is #2D69F0. Grayscale: #999999. Windows color (decimal): -2976241 or 1021650. OLE color: 1021650.
HSL color Cylindrical-coordinate representation of color #D2960F: hue angle of 41.54º 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 #D2960F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 15 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.18 |
| HSL | 41.54º | 0.87% | 0.44% | - |
| HSV(B) | 41.54º | 0.93% | 0.82% | - |
| XYZ | 37.57 | 35.55 | 5.33 | - |
| YUV | 152.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 15 | 0 | 0.29 | 0.93 | 0.18 | 41.54 | 0.87 | 0.44 |
| Hex | D2 | 96 | F | 0 | 1D | 5D | 12 | 2A | 57 | 2C |
| Octal | 322 | 226 | 17 | 0 | 35 | 135 | 22 | 52 | 127 | 54 |
| Binary | 11010010 | 10010110 | 1111 | 0 | 11101 | 1011101 | 10010 | 101010 | 1010111 | 101100 |
Color Harmonies of #D2960F
Complementary color
Monochromatic Colors of #D2960F
Black with #D2960F
Text Example
Text Example
White with #D2960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2960F; }
p { color: rgb(210,150,15); }
H1.HeaderClassName
{
color: #D2960F;
}
.AnyTagClassName
{
color: #D2960F;
}
</style>
background-color css
<style>
a { background-color: #D2960F; }
a { background-color: rgb(210,150,15); }
div.DivClassName
{
background-color: #D2960F;
}
.BgClassName
{
background-color: #D2960F;
}
</style>
border-color css
<style>
span { border-color: #D2960F; }
span { border-color: rgb(210,150,15); }
td.TdClassName
{
border-color: #D2960F;
}
.TagClassName
{
border-color: #D2960F;
}
</style>