Shades of Gamboge #D0900B
Tints of Gamboge #D0900B
RGB
CMYK
RGB Variations
Color information
#D0900B (or 0xD0900B) is known color: Gamboge. HEX triplet: D0, 90 and 0B. RGB value is (208,144,11). Sum of RGB (Red+Green+Blue) = 208+144+11=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D0900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0900B is #2F6FF4. Grayscale: #949494. Windows color (decimal): -3108853 or 757968. OLE color: 757968.
HSL color Cylindrical-coordinate representation of color #D0900B: hue angle of 40.51º degrees, saturation: 0.9, 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 #D0900B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.18 |
| HSL | 40.51º | 0.9% | 0.43% | - |
| HSV(B) | 40.51º | 0.95% | 0.82% | - |
| XYZ | 36.05 | 33.38 | 4.86 | - |
| YUV | 147.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 11 | 0 | 0.31 | 0.95 | 0.18 | 40.51 | 0.9 | 0.43 |
| Hex | D0 | 90 | B | 0 | 1F | 5F | 12 | 29 | 5A | 2B |
| Octal | 320 | 220 | 13 | 0 | 37 | 137 | 22 | 51 | 132 | 53 |
| Binary | 11010000 | 10010000 | 1011 | 0 | 11111 | 1011111 | 10010 | 101001 | 1011010 | 101011 |
Color Harmonies of #D0900B
Complementary color
Monochromatic Colors of #D0900B
Black with #D0900B
Text Example
Text Example
White with #D0900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0900B; }
p { color: rgb(208,144,11); }
H1.HeaderClassName
{
color: #D0900B;
}
.AnyTagClassName
{
color: #D0900B;
}
</style>
background-color css
<style>
a { background-color: #D0900B; }
a { background-color: rgb(208,144,11); }
div.DivClassName
{
background-color: #D0900B;
}
.BgClassName
{
background-color: #D0900B;
}
</style>
border-color css
<style>
span { border-color: #D0900B; }
span { border-color: rgb(208,144,11); }
td.TdClassName
{
border-color: #D0900B;
}
.TagClassName
{
border-color: #D0900B;
}
</style>