Shades of Gamboge #DD9108
Tints of Gamboge #DD9108
RGB
CMYK
RGB Variations
Color information
#DD9108 (or 0xDD9108) is known color: Gamboge. HEX triplet: DD, 91 and 08. RGB value is (221,145,8). Sum of RGB (Red+Green+Blue) = 221+145+8=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9108 is #226EF7. Grayscale: #989898. Windows color (decimal): -2256632 or 561629. OLE color: 561629.
HSL color Cylindrical-coordinate representation of color #DD9108: hue angle of 38.59º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD9108 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.13 |
| HSL | 38.59º | 0.93% | 0.45% | - |
| HSV(B) | 38.59º | 0.96% | 0.87% | - |
| XYZ | 39.99 | 35.64 | 5 | - |
| YUV | 152.11 | 46.68 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 8 | 0 | 0.34 | 0.96 | 0.13 | 38.59 | 0.93 | 0.45 |
| Hex | DD | 91 | 8 | 0 | 22 | 60 | D | 27 | 5D | 2D |
| Octal | 335 | 221 | 10 | 0 | 42 | 140 | 15 | 47 | 135 | 55 |
| Binary | 11011101 | 10010001 | 1000 | 0 | 100010 | 1100000 | 1101 | 100111 | 1011101 | 101101 |
Color Harmonies of #DD9108
Complementary color
Monochromatic Colors of #DD9108
Black with #DD9108
Text Example
Text Example
White with #DD9108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9108; }
p { color: rgb(221,145,8); }
H1.HeaderClassName
{
color: #DD9108;
}
.AnyTagClassName
{
color: #DD9108;
}
</style>
background-color css
<style>
a { background-color: #DD9108; }
a { background-color: rgb(221,145,8); }
div.DivClassName
{
background-color: #DD9108;
}
.BgClassName
{
background-color: #DD9108;
}
</style>
border-color css
<style>
span { border-color: #DD9108; }
span { border-color: rgb(221,145,8); }
td.TdClassName
{
border-color: #DD9108;
}
.TagClassName
{
border-color: #DD9108;
}
</style>