Shades of Gamboge #DD910B
Tints of Gamboge #DD910B
RGB
CMYK
RGB Variations
Color information
#DD910B (or 0xDD910B) is known color: Gamboge. HEX triplet: DD, 91 and 0B. RGB value is (221,145,11). Sum of RGB (Red+Green+Blue) = 221+145+11=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD910B is #226EF4. Grayscale: #999999. Windows color (decimal): -2256629 or 758237. OLE color: 758237.
HSL color Cylindrical-coordinate representation of color #DD910B: hue angle of 38.29º 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 #DD910B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.13 |
| HSL | 38.29º | 0.91% | 0.45% | - |
| HSV(B) | 38.29º | 0.95% | 0.87% | - |
| XYZ | 40 | 35.65 | 5.09 | - |
| YUV | 152.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 11 | 0 | 0.34 | 0.95 | 0.13 | 38.29 | 0.91 | 0.45 |
| Hex | DD | 91 | B | 0 | 22 | 5F | D | 26 | 5B | 2D |
| Octal | 335 | 221 | 13 | 0 | 42 | 137 | 15 | 46 | 133 | 55 |
| Binary | 11011101 | 10010001 | 1011 | 0 | 100010 | 1011111 | 1101 | 100110 | 1011011 | 101101 |
Color Harmonies of #DD910B
Complementary color
Monochromatic Colors of #DD910B
Black with #DD910B
Text Example
Text Example
White with #DD910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD910B; }
p { color: rgb(221,145,11); }
H1.HeaderClassName
{
color: #DD910B;
}
.AnyTagClassName
{
color: #DD910B;
}
</style>
background-color css
<style>
a { background-color: #DD910B; }
a { background-color: rgb(221,145,11); }
div.DivClassName
{
background-color: #DD910B;
}
.BgClassName
{
background-color: #DD910B;
}
</style>
border-color css
<style>
span { border-color: #DD910B; }
span { border-color: rgb(221,145,11); }
td.TdClassName
{
border-color: #DD910B;
}
.TagClassName
{
border-color: #DD910B;
}
</style>