Shades of Gamboge #D4930C
Tints of Gamboge #D4930C
RGB
CMYK
RGB Variations
Color information
#D4930C (or 0xD4930C) is known color: Gamboge. HEX triplet: D4, 93 and 0C. RGB value is (212,147,12). Sum of RGB (Red+Green+Blue) = 212+147+12=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4930C is #2B6CF3. Grayscale: #979797. Windows color (decimal): -2845940 or 824276. OLE color: 824276.
HSL color Cylindrical-coordinate representation of color #D4930C: hue angle of 40.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4930C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.17 |
| HSL | 40.5º | 0.89% | 0.44% | - |
| HSV(B) | 40.5º | 0.94% | 0.83% | - |
| XYZ | 37.65 | 34.89 | 5.1 | - |
| YUV | 151.05 | 49.53 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 12 | 0 | 0.31 | 0.94 | 0.17 | 40.5 | 0.89 | 0.44 |
| Hex | D4 | 93 | C | 0 | 1F | 5E | 11 | 28 | 59 | 2C |
| Octal | 324 | 223 | 14 | 0 | 37 | 136 | 21 | 50 | 131 | 54 |
| Binary | 11010100 | 10010011 | 1100 | 0 | 11111 | 1011110 | 10001 | 101000 | 1011001 | 101100 |
Color Harmonies of #D4930C
Complementary color
Monochromatic Colors of #D4930C
Black with #D4930C
Text Example
Text Example
White with #D4930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4930C; }
p { color: rgb(212,147,12); }
H1.HeaderClassName
{
color: #D4930C;
}
.AnyTagClassName
{
color: #D4930C;
}
</style>
background-color css
<style>
a { background-color: #D4930C; }
a { background-color: rgb(212,147,12); }
div.DivClassName
{
background-color: #D4930C;
}
.BgClassName
{
background-color: #D4930C;
}
</style>
border-color css
<style>
span { border-color: #D4930C; }
span { border-color: rgb(212,147,12); }
td.TdClassName
{
border-color: #D4930C;
}
.TagClassName
{
border-color: #D4930C;
}
</style>