Shades of Gamboge #D48F09
Tints of Gamboge #D48F09
RGB
CMYK
RGB Variations
Color information
#D48F09 (or 0xD48F09) is known color: Gamboge. HEX triplet: D4, 8F and 09. RGB value is (212,143,9). Sum of RGB (Red+Green+Blue) = 212+143+9=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48F09 is #2B70F6. Grayscale: #949494. Windows color (decimal): -2846967 or 626644. OLE color: 626644.
HSL color Cylindrical-coordinate representation of color #D48F09: hue angle of 39.61º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D48F09 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 9 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.17 |
| HSL | 39.61º | 0.92% | 0.43% | - |
| HSV(B) | 39.61º | 0.96% | 0.83% | - |
| XYZ | 37.02 | 33.66 | 4.8 | - |
| YUV | 148.36 | 49.36 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 9 | 0 | 0.33 | 0.96 | 0.17 | 39.61 | 0.92 | 0.43 |
| Hex | D4 | 8F | 9 | 0 | 21 | 60 | 11 | 28 | 5C | 2B |
| Octal | 324 | 217 | 11 | 0 | 41 | 140 | 21 | 50 | 134 | 53 |
| Binary | 11010100 | 10001111 | 1001 | 0 | 100001 | 1100000 | 10001 | 101000 | 1011100 | 101011 |
Color Harmonies of #D48F09
Complementary color
Monochromatic Colors of #D48F09
Black with #D48F09
Text Example
Text Example
White with #D48F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F09; }
p { color: rgb(212,143,9); }
H1.HeaderClassName
{
color: #D48F09;
}
.AnyTagClassName
{
color: #D48F09;
}
</style>
background-color css
<style>
a { background-color: #D48F09; }
a { background-color: rgb(212,143,9); }
div.DivClassName
{
background-color: #D48F09;
}
.BgClassName
{
background-color: #D48F09;
}
</style>
border-color css
<style>
span { border-color: #D48F09; }
span { border-color: rgb(212,143,9); }
td.TdClassName
{
border-color: #D48F09;
}
.TagClassName
{
border-color: #D48F09;
}
</style>