Shades of Gamboge #D48A08
Tints of Gamboge #D48A08
RGB
CMYK
RGB Variations
Color information
#D48A08 (or 0xD48A08) is known color: Gamboge. HEX triplet: D4, 8A and 08. RGB value is (212,138,8). Sum of RGB (Red+Green+Blue) = 212+138+8=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A08 is #2B75F7. Grayscale: #919191. Windows color (decimal): -2848248 or 559828. OLE color: 559828.
HSL color Cylindrical-coordinate representation of color #D48A08: hue angle of 38.24º degrees, saturation: 0.93, 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 #D48A08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.17 |
| HSL | 38.24º | 0.93% | 0.43% | - |
| HSV(B) | 38.24º | 0.96% | 0.83% | - |
| XYZ | 36.28 | 32.19 | 4.53 | - |
| YUV | 145.31 | 50.52 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 8 | 0 | 0.35 | 0.96 | 0.17 | 38.24 | 0.93 | 0.43 |
| Hex | D4 | 8A | 8 | 0 | 23 | 60 | 11 | 26 | 5D | 2B |
| Octal | 324 | 212 | 10 | 0 | 43 | 140 | 21 | 46 | 135 | 53 |
| Binary | 11010100 | 10001010 | 1000 | 0 | 100011 | 1100000 | 10001 | 100110 | 1011101 | 101011 |
Color Harmonies of #D48A08
Complementary color
Monochromatic Colors of #D48A08
Black with #D48A08
Text Example
Text Example
White with #D48A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A08; }
p { color: rgb(212,138,8); }
H1.HeaderClassName
{
color: #D48A08;
}
.AnyTagClassName
{
color: #D48A08;
}
</style>
background-color css
<style>
a { background-color: #D48A08; }
a { background-color: rgb(212,138,8); }
div.DivClassName
{
background-color: #D48A08;
}
.BgClassName
{
background-color: #D48A08;
}
</style>
border-color css
<style>
span { border-color: #D48A08; }
span { border-color: rgb(212,138,8); }
td.TdClassName
{
border-color: #D48A08;
}
.TagClassName
{
border-color: #D48A08;
}
</style>