Shades of Gamboge #DD960B
Tints of Gamboge #DD960B
RGB
CMYK
RGB Variations
Color information
#DD960B (or 0xDD960B) is known color: Gamboge. HEX triplet: DD, 96 and 0B. RGB value is (221,150,11). Sum of RGB (Red+Green+Blue) = 221+150+11=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD960B is #2269F4. Grayscale: #9C9C9C. Windows color (decimal): -2255349 or 759517. OLE color: 759517.
HSL color Cylindrical-coordinate representation of color #DD960B: hue angle of 39.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD960B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.13 |
| HSL | 39.71º | 0.91% | 0.45% | - |
| HSV(B) | 39.71º | 0.95% | 0.87% | - |
| XYZ | 40.79 | 37.21 | 5.35 | - |
| YUV | 155.38 | 46.52 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 11 | 0 | 0.32 | 0.95 | 0.13 | 39.71 | 0.91 | 0.45 |
| Hex | DD | 96 | B | 0 | 20 | 5F | D | 28 | 5B | 2D |
| Octal | 335 | 226 | 13 | 0 | 40 | 137 | 15 | 50 | 133 | 55 |
| Binary | 11011101 | 10010110 | 1011 | 0 | 100000 | 1011111 | 1101 | 101000 | 1011011 | 101101 |
Color Harmonies of #DD960B
Complementary color
Monochromatic Colors of #DD960B
Black with #DD960B
Text Example
Text Example
White with #DD960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD960B; }
p { color: rgb(221,150,11); }
H1.HeaderClassName
{
color: #DD960B;
}
.AnyTagClassName
{
color: #DD960B;
}
</style>
background-color css
<style>
a { background-color: #DD960B; }
a { background-color: rgb(221,150,11); }
div.DivClassName
{
background-color: #DD960B;
}
.BgClassName
{
background-color: #DD960B;
}
</style>
border-color css
<style>
span { border-color: #DD960B; }
span { border-color: rgb(221,150,11); }
td.TdClassName
{
border-color: #DD960B;
}
.TagClassName
{
border-color: #DD960B;
}
</style>