Shades of Gamboge #D0930A
Tints of Gamboge #D0930A
RGB
CMYK
RGB Variations
Color information
#D0930A (or 0xD0930A) is known color: Gamboge. HEX triplet: D0, 93 and 0A. RGB value is (208,147,10). Sum of RGB (Red+Green+Blue) = 208+147+10=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0930A is #2F6CF5. Grayscale: #969696. Windows color (decimal): -3108086 or 693200. OLE color: 693200.
HSL color Cylindrical-coordinate representation of color #D0930A: hue angle of 41.52º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0930A is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 10 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.18 |
| HSL | 41.52º | 0.91% | 0.43% | - |
| HSV(B) | 41.52º | 0.95% | 0.82% | - |
| XYZ | 36.5 | 34.3 | 4.98 | - |
| YUV | 149.62 | 49.21 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 10 | 0 | 0.29 | 0.95 | 0.18 | 41.52 | 0.91 | 0.43 |
| Hex | D0 | 93 | A | 0 | 1D | 5F | 12 | 2A | 5B | 2B |
| Octal | 320 | 223 | 12 | 0 | 35 | 137 | 22 | 52 | 133 | 53 |
| Binary | 11010000 | 10010011 | 1010 | 0 | 11101 | 1011111 | 10010 | 101010 | 1011011 | 101011 |
Color Harmonies of #D0930A
Complementary color
Monochromatic Colors of #D0930A
Black with #D0930A
Text Example
Text Example
White with #D0930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0930A; }
p { color: rgb(208,147,10); }
H1.HeaderClassName
{
color: #D0930A;
}
.AnyTagClassName
{
color: #D0930A;
}
</style>
background-color css
<style>
a { background-color: #D0930A; }
a { background-color: rgb(208,147,10); }
div.DivClassName
{
background-color: #D0930A;
}
.BgClassName
{
background-color: #D0930A;
}
</style>
border-color css
<style>
span { border-color: #D0930A; }
span { border-color: rgb(208,147,10); }
td.TdClassName
{
border-color: #D0930A;
}
.TagClassName
{
border-color: #D0930A;
}
</style>