Shades of Gamboge #D48F0A
Tints of Gamboge #D48F0A
RGB
CMYK
RGB Variations
Color information
#D48F0A (or 0xD48F0A) is known color: Gamboge. HEX triplet: D4, 8F and 0A. RGB value is (212,143,10). Sum of RGB (Red+Green+Blue) = 212+143+10=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48F0A is #2B70F5. Grayscale: #959595. Windows color (decimal): -2846966 or 692180. OLE color: 692180.
HSL color Cylindrical-coordinate representation of color #D48F0A: hue angle of 39.5º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D48F0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 143 | 10 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.17 |
| HSL | 39.5º | 0.91% | 0.44% | - |
| HSV(B) | 39.5º | 0.95% | 0.83% | - |
| XYZ | 37.03 | 33.66 | 4.83 | - |
| YUV | 148.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 143 | 10 | 0 | 0.33 | 0.95 | 0.17 | 39.5 | 0.91 | 0.44 |
| Hex | D4 | 8F | A | 0 | 21 | 5F | 11 | 28 | 5B | 2C |
| Octal | 324 | 217 | 12 | 0 | 41 | 137 | 21 | 50 | 133 | 54 |
| Binary | 11010100 | 10001111 | 1010 | 0 | 100001 | 1011111 | 10001 | 101000 | 1011011 | 101100 |
Color Harmonies of #D48F0A
Complementary color
Monochromatic Colors of #D48F0A
Black with #D48F0A
Text Example
Text Example
White with #D48F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48F0A; }
p { color: rgb(212,143,10); }
H1.HeaderClassName
{
color: #D48F0A;
}
.AnyTagClassName
{
color: #D48F0A;
}
</style>
background-color css
<style>
a { background-color: #D48F0A; }
a { background-color: rgb(212,143,10); }
div.DivClassName
{
background-color: #D48F0A;
}
.BgClassName
{
background-color: #D48F0A;
}
</style>
border-color css
<style>
span { border-color: #D48F0A; }
span { border-color: rgb(212,143,10); }
td.TdClassName
{
border-color: #D48F0A;
}
.TagClassName
{
border-color: #D48F0A;
}
</style>