Shades of Gamboge #D09303
Tints of Gamboge #D09303
RGB
CMYK
RGB Variations
Color information
#D09303 (or 0xD09303) is known color: Gamboge. HEX triplet: D0, 93 and 03. RGB value is (208,147,3). Sum of RGB (Red+Green+Blue) = 208+147+3=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D09303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09303 is #2F6CFC. Grayscale: #959595. Windows color (decimal): -3108093 or 234448. OLE color: 234448.
HSL color Cylindrical-coordinate representation of color #D09303: hue angle of 42.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09303 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.18 |
| HSL | 42.15º | 0.97% | 0.41% | - |
| HSV(B) | 42.15º | 0.99% | 0.82% | - |
| XYZ | 36.46 | 34.28 | 4.78 | - |
| YUV | 148.82 | 45.71 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 3 | 0 | 0.29 | 0.99 | 0.18 | 42.15 | 0.97 | 0.41 |
| Hex | D0 | 93 | 3 | 0 | 1D | 63 | 12 | 2A | 61 | 29 |
| Octal | 320 | 223 | 3 | 0 | 35 | 143 | 22 | 52 | 141 | 51 |
| Binary | 11010000 | 10010011 | 11 | 0 | 11101 | 1100011 | 10010 | 101010 | 1100001 | 101001 |
Color Harmonies of #D09303
Complementary color
Monochromatic Colors of #D09303
Black with #D09303
Text Example
Text Example
White with #D09303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09303; }
p { color: rgb(208,147,3); }
H1.HeaderClassName
{
color: #D09303;
}
.AnyTagClassName
{
color: #D09303;
}
</style>
background-color css
<style>
a { background-color: #D09303; }
a { background-color: rgb(208,147,3); }
div.DivClassName
{
background-color: #D09303;
}
.BgClassName
{
background-color: #D09303;
}
</style>
border-color css
<style>
span { border-color: #D09303; }
span { border-color: rgb(208,147,3); }
td.TdClassName
{
border-color: #D09303;
}
.TagClassName
{
border-color: #D09303;
}
</style>