Shades of Gamboge #D88A0A
Tints of Gamboge #D88A0A
RGB
CMYK
RGB Variations
Color information
#D88A0A (or 0xD88A0A) is known color: Gamboge. HEX triplet: D8, 8A and 0A. RGB value is (216,138,10). Sum of RGB (Red+Green+Blue) = 216+138+10=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88A0A is #2775F5. Grayscale: #939393. Windows color (decimal): -2586102 or 690904. OLE color: 690904.
HSL color Cylindrical-coordinate representation of color #D88A0A: hue angle of 37.28º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D88A0A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.15 |
| HSL | 37.28º | 0.91% | 0.44% | - |
| HSV(B) | 37.28º | 0.95% | 0.85% | - |
| XYZ | 37.46 | 32.8 | 4.64 | - |
| YUV | 146.73 | 50.84 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 10 | 0 | 0.36 | 0.95 | 0.15 | 37.28 | 0.91 | 0.44 |
| Hex | D8 | 8A | A | 0 | 24 | 5F | F | 25 | 5B | 2C |
| Octal | 330 | 212 | 12 | 0 | 44 | 137 | 17 | 45 | 133 | 54 |
| Binary | 11011000 | 10001010 | 1010 | 0 | 100100 | 1011111 | 1111 | 100101 | 1011011 | 101100 |
Color Harmonies of #D88A0A
Complementary color
Monochromatic Colors of #D88A0A
Black with #D88A0A
Text Example
Text Example
White with #D88A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A0A; }
p { color: rgb(216,138,10); }
H1.HeaderClassName
{
color: #D88A0A;
}
.AnyTagClassName
{
color: #D88A0A;
}
</style>
background-color css
<style>
a { background-color: #D88A0A; }
a { background-color: rgb(216,138,10); }
div.DivClassName
{
background-color: #D88A0A;
}
.BgClassName
{
background-color: #D88A0A;
}
</style>
border-color css
<style>
span { border-color: #D88A0A; }
span { border-color: rgb(216,138,10); }
td.TdClassName
{
border-color: #D88A0A;
}
.TagClassName
{
border-color: #D88A0A;
}
</style>