Shades of Gamboge #DD950B
Tints of Gamboge #DD950B
RGB
CMYK
RGB Variations
Color information
#DD950B (or 0xDD950B) is known color: Gamboge. HEX triplet: DD, 95 and 0B. RGB value is (221,149,11). Sum of RGB (Red+Green+Blue) = 221+149+11=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD950B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD950B is #226AF4. Grayscale: #9B9B9B. Windows color (decimal): -2255605 or 759261. OLE color: 759261.
HSL color Cylindrical-coordinate representation of color #DD950B: hue angle of 39.43º 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 #DD950B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.13 |
| HSL | 39.43º | 0.91% | 0.45% | - |
| HSV(B) | 39.43º | 0.95% | 0.87% | - |
| XYZ | 40.63 | 36.89 | 5.3 | - |
| YUV | 154.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 11 | 0 | 0.33 | 0.95 | 0.13 | 39.43 | 0.91 | 0.45 |
| Hex | DD | 95 | B | 0 | 21 | 5F | D | 27 | 5B | 2D |
| Octal | 335 | 225 | 13 | 0 | 41 | 137 | 15 | 47 | 133 | 55 |
| Binary | 11011101 | 10010101 | 1011 | 0 | 100001 | 1011111 | 1101 | 100111 | 1011011 | 101101 |
Color Harmonies of #DD950B
Complementary color
Monochromatic Colors of #DD950B
Black with #DD950B
Text Example
Text Example
White with #DD950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD950B; }
p { color: rgb(221,149,11); }
H1.HeaderClassName
{
color: #DD950B;
}
.AnyTagClassName
{
color: #DD950B;
}
</style>
background-color css
<style>
a { background-color: #DD950B; }
a { background-color: rgb(221,149,11); }
div.DivClassName
{
background-color: #DD950B;
}
.BgClassName
{
background-color: #DD950B;
}
</style>
border-color css
<style>
span { border-color: #DD950B; }
span { border-color: rgb(221,149,11); }
td.TdClassName
{
border-color: #DD950B;
}
.TagClassName
{
border-color: #DD950B;
}
</style>