Shades of Gamboge #D48F05
Tints of Gamboge #D48F05
RGB
CMYK
RGB Variations
Color information
#D48F05 (or 0xD48F05) is known color: Gamboge. HEX triplet: D4, 8F and 05. RGB value is (212,143,5). Sum of RGB (Red+Green+Blue) = 212+143+5=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48F05 is #2B70FA. Grayscale: #949494. Windows color (decimal): -2846971 or 364500. OLE color: 364500.
HSL color Cylindrical-coordinate representation of color #D48F05: hue angle of 40º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D48F05 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.17 |
| HSL | 40º | 0.95% | 0.43% | - |
| HSV(B) | 40º | 0.98% | 0.83% | - |
| XYZ | 37 | 33.65 | 4.69 | - |
| YUV | 147.9 | 47.36 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 5 | 0 | 0.33 | 0.98 | 0.17 | 40 | 0.95 | 0.43 |
| Hex | D4 | 8F | 5 | 0 | 21 | 62 | 11 | 28 | 5F | 2B |
| Octal | 324 | 217 | 5 | 0 | 41 | 142 | 21 | 50 | 137 | 53 |
| Binary | 11010100 | 10001111 | 101 | 0 | 100001 | 1100010 | 10001 | 101000 | 1011111 | 101011 |
Color Harmonies of #D48F05
Complementary color
Monochromatic Colors of #D48F05
Black with #D48F05
Text Example
Text Example
White with #D48F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F05; }
p { color: rgb(212,143,5); }
H1.HeaderClassName
{
color: #D48F05;
}
.AnyTagClassName
{
color: #D48F05;
}
</style>
background-color css
<style>
a { background-color: #D48F05; }
a { background-color: rgb(212,143,5); }
div.DivClassName
{
background-color: #D48F05;
}
.BgClassName
{
background-color: #D48F05;
}
</style>
border-color css
<style>
span { border-color: #D48F05; }
span { border-color: rgb(212,143,5); }
td.TdClassName
{
border-color: #D48F05;
}
.TagClassName
{
border-color: #D48F05;
}
</style>