Shades of Gamboge #DD960F
Tints of Gamboge #DD960F
RGB
CMYK
RGB Variations
Color information
#DD960F (or 0xDD960F) is known color: Gamboge. HEX triplet: DD, 96 and 0F. RGB value is (221,150,15). Sum of RGB (Red+Green+Blue) = 221+150+15=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD960F is #2269F0. Grayscale: #9C9C9C. Windows color (decimal): -2255345 or 1021661. OLE color: 1021661.
HSL color Cylindrical-coordinate representation of color #DD960F: hue angle of 39.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD960F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.13 |
| HSL | 39.32º | 0.87% | 0.46% | - |
| HSV(B) | 39.32º | 0.93% | 0.87% | - |
| XYZ | 40.81 | 37.22 | 5.48 | - |
| YUV | 155.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 15 | 0 | 0.32 | 0.93 | 0.13 | 39.32 | 0.87 | 0.46 |
| Hex | DD | 96 | F | 0 | 20 | 5D | D | 27 | 57 | 2E |
| Octal | 335 | 226 | 17 | 0 | 40 | 135 | 15 | 47 | 127 | 56 |
| Binary | 11011101 | 10010110 | 1111 | 0 | 100000 | 1011101 | 1101 | 100111 | 1010111 | 101110 |
Color Harmonies of #DD960F
Complementary color
Monochromatic Colors of #DD960F
Black with #DD960F
Text Example
Text Example
White with #DD960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD960F; }
p { color: rgb(221,150,15); }
H1.HeaderClassName
{
color: #DD960F;
}
.AnyTagClassName
{
color: #DD960F;
}
</style>
background-color css
<style>
a { background-color: #DD960F; }
a { background-color: rgb(221,150,15); }
div.DivClassName
{
background-color: #DD960F;
}
.BgClassName
{
background-color: #DD960F;
}
</style>
border-color css
<style>
span { border-color: #DD960F; }
span { border-color: rgb(221,150,15); }
td.TdClassName
{
border-color: #DD960F;
}
.TagClassName
{
border-color: #DD960F;
}
</style>