Shades of Gamboge #DD920B
Tints of Gamboge #DD920B
RGB
CMYK
RGB Variations
Color information
#DD920B (or 0xDD920B) is known color: Gamboge. HEX triplet: DD, 92 and 0B. RGB value is (221,146,11). Sum of RGB (Red+Green+Blue) = 221+146+11=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD920B is #226DF4. Grayscale: #999999. Windows color (decimal): -2256373 or 758493. OLE color: 758493.
HSL color Cylindrical-coordinate representation of color #DD920B: hue angle of 38.57º 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 #DD920B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 11 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.13 |
| HSL | 38.57º | 0.91% | 0.45% | - |
| HSV(B) | 38.57º | 0.95% | 0.87% | - |
| XYZ | 40.16 | 35.95 | 5.14 | - |
| YUV | 153.04 | 47.85 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 11 | 0 | 0.34 | 0.95 | 0.13 | 38.57 | 0.91 | 0.45 |
| Hex | DD | 92 | B | 0 | 22 | 5F | D | 27 | 5B | 2D |
| Octal | 335 | 222 | 13 | 0 | 42 | 137 | 15 | 47 | 133 | 55 |
| Binary | 11011101 | 10010010 | 1011 | 0 | 100010 | 1011111 | 1101 | 100111 | 1011011 | 101101 |
Color Harmonies of #DD920B
Complementary color
Monochromatic Colors of #DD920B
Black with #DD920B
Text Example
Text Example
White with #DD920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD920B; }
p { color: rgb(221,146,11); }
H1.HeaderClassName
{
color: #DD920B;
}
.AnyTagClassName
{
color: #DD920B;
}
</style>
background-color css
<style>
a { background-color: #DD920B; }
a { background-color: rgb(221,146,11); }
div.DivClassName
{
background-color: #DD920B;
}
.BgClassName
{
background-color: #DD920B;
}
</style>
border-color css
<style>
span { border-color: #DD920B; }
span { border-color: rgb(221,146,11); }
td.TdClassName
{
border-color: #DD920B;
}
.TagClassName
{
border-color: #DD920B;
}
</style>