Shades of Gamboge #D48800
Tints of Gamboge #D48800
RGB
CMYK
RGB Variations
Color information
#D48800 (or 0xD48800) is known color: Gamboge. HEX triplet: D4, 88 and 00. RGB value is (212,136,0). Sum of RGB (Red+Green+Blue) = 212+136+0=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D48800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48800 is #2B77FF. Grayscale: #8F8F8F. Windows color (decimal): -2848768 or 35028. OLE color: 35028.
HSL color Cylindrical-coordinate representation of color #D48800: hue angle of 38.49º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D48800 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 136 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.17 |
| HSL | 38.49º | 1% | 0.42% | - |
| HSV(B) | 38.49º | 1% | 0.83% | - |
| XYZ | 35.96 | 31.61 | 4.21 | - |
| YUV | 143.22 | 47.18 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 136 | 0 | 0 | 0.36 | 1 | 0.17 | 38.49 | 1 | 0.42 |
| Hex | D4 | 88 | 0 | 0 | 24 | 64 | 11 | 26 | 64 | 2A |
| Octal | 324 | 210 | 0 | 0 | 44 | 144 | 21 | 46 | 144 | 52 |
| Binary | 11010100 | 10001000 | 0 | 0 | 100100 | 1100100 | 10001 | 100110 | 1100100 | 101010 |
Color Harmonies of #D48800
Complementary color
Monochromatic Colors of #D48800
Black with #D48800
Text Example
Text Example
White with #D48800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48800; }
p { color: rgb(212,136,0); }
H1.HeaderClassName
{
color: #D48800;
}
.AnyTagClassName
{
color: #D48800;
}
</style>
background-color css
<style>
a { background-color: #D48800; }
a { background-color: rgb(212,136,0); }
div.DivClassName
{
background-color: #D48800;
}
.BgClassName
{
background-color: #D48800;
}
</style>
border-color css
<style>
span { border-color: #D48800; }
span { border-color: rgb(212,136,0); }
td.TdClassName
{
border-color: #D48800;
}
.TagClassName
{
border-color: #D48800;
}
</style>