Shades of Gamboge #DD870B
Tints of Gamboge #DD870B
RGB
CMYK
RGB Variations
Color information
#DD870B (or 0xDD870B) is known color: Gamboge. HEX triplet: DD, 87 and 0B. RGB value is (221,135,11). Sum of RGB (Red+Green+Blue) = 221+135+11=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD870B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD870B is #2278F4. Grayscale: #939393. Windows color (decimal): -2259189 or 755677. OLE color: 755677.
HSL color Cylindrical-coordinate representation of color #DD870B: hue angle of 35.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 #DD870B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.13 |
| HSL | 35.43º | 0.91% | 0.45% | - |
| HSV(B) | 35.43º | 0.95% | 0.87% | - |
| XYZ | 38.54 | 32.72 | 4.6 | - |
| YUV | 146.58 | 51.49 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 11 | 0 | 0.39 | 0.95 | 0.13 | 35.43 | 0.91 | 0.45 |
| Hex | DD | 87 | B | 0 | 27 | 5F | D | 23 | 5B | 2D |
| Octal | 335 | 207 | 13 | 0 | 47 | 137 | 15 | 43 | 133 | 55 |
| Binary | 11011101 | 10000111 | 1011 | 0 | 100111 | 1011111 | 1101 | 100011 | 1011011 | 101101 |
Color Harmonies of #DD870B
Complementary color
Monochromatic Colors of #DD870B
Black with #DD870B
Text Example
Text Example
White with #DD870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD870B; }
p { color: rgb(221,135,11); }
H1.HeaderClassName
{
color: #DD870B;
}
.AnyTagClassName
{
color: #DD870B;
}
</style>
background-color css
<style>
a { background-color: #DD870B; }
a { background-color: rgb(221,135,11); }
div.DivClassName
{
background-color: #DD870B;
}
.BgClassName
{
background-color: #DD870B;
}
</style>
border-color css
<style>
span { border-color: #DD870B; }
span { border-color: rgb(221,135,11); }
td.TdClassName
{
border-color: #DD870B;
}
.TagClassName
{
border-color: #DD870B;
}
</style>