Shades of Gamboge #D48C12
Tints of Gamboge #D48C12
RGB
CMYK
RGB Variations
Color information
#D48C12 (or 0xD48C12) is known color: Gamboge. HEX triplet: D4, 8C and 12. RGB value is (212,140,18). Sum of RGB (Red+Green+Blue) = 212+140+18=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48C12 is #2B73ED. Grayscale: #949494. Windows color (decimal): -2847726 or 1215700. OLE color: 1215700.
HSL color Cylindrical-coordinate representation of color #D48C12: hue angle of 37.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D48C12 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 18 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.17 |
| HSL | 37.73º | 0.84% | 0.45% | - |
| HSV(B) | 37.73º | 0.92% | 0.83% | - |
| XYZ | 36.64 | 32.8 | 4.97 | - |
| YUV | 147.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 18 | 0 | 0.34 | 0.92 | 0.17 | 37.73 | 0.84 | 0.45 |
| Hex | D4 | 8C | 12 | 0 | 22 | 5C | 11 | 26 | 54 | 2D |
| Octal | 324 | 214 | 22 | 0 | 42 | 134 | 21 | 46 | 124 | 55 |
| Binary | 11010100 | 10001100 | 10010 | 0 | 100010 | 1011100 | 10001 | 100110 | 1010100 | 101101 |
Color Harmonies of #D48C12
Complementary color
Monochromatic Colors of #D48C12
Black with #D48C12
Text Example
Text Example
White with #D48C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C12; }
p { color: rgb(212,140,18); }
H1.HeaderClassName
{
color: #D48C12;
}
.AnyTagClassName
{
color: #D48C12;
}
</style>
background-color css
<style>
a { background-color: #D48C12; }
a { background-color: rgb(212,140,18); }
div.DivClassName
{
background-color: #D48C12;
}
.BgClassName
{
background-color: #D48C12;
}
</style>
border-color css
<style>
span { border-color: #D48C12; }
span { border-color: rgb(212,140,18); }
td.TdClassName
{
border-color: #D48C12;
}
.TagClassName
{
border-color: #D48C12;
}
</style>