Shades of Gamboge #DD9718
Tints of Gamboge #DD9718
RGB
CMYK
RGB Variations
Color information
#DD9718 (or 0xDD9718) is known color: Gamboge. HEX triplet: DD, 97 and 18. RGB value is (221,151,24). Sum of RGB (Red+Green+Blue) = 221+151+24=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9718 is #2268E7. Grayscale: #9E9E9E. Windows color (decimal): -2255080 or 1611741. OLE color: 1611741.
HSL color Cylindrical-coordinate representation of color #DD9718: hue angle of 38.68º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9718 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.13 |
| HSL | 38.68º | 0.8% | 0.48% | - |
| HSV(B) | 38.68º | 0.89% | 0.87% | - |
| XYZ | 41.05 | 37.57 | 5.95 | - |
| YUV | 157.45 | 52.69 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 24 | 0 | 0.32 | 0.89 | 0.13 | 38.68 | 0.8 | 0.48 |
| Hex | DD | 97 | 18 | 0 | 20 | 59 | D | 27 | 50 | 30 |
| Octal | 335 | 227 | 30 | 0 | 40 | 131 | 15 | 47 | 120 | 60 |
| Binary | 11011101 | 10010111 | 11000 | 0 | 100000 | 1011001 | 1101 | 100111 | 1010000 | 110000 |
Color Harmonies of #DD9718
Complementary color
Monochromatic Colors of #DD9718
Black with #DD9718
Text Example
Text Example
White with #DD9718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9718; }
p { color: rgb(221,151,24); }
H1.HeaderClassName
{
color: #DD9718;
}
.AnyTagClassName
{
color: #DD9718;
}
</style>
background-color css
<style>
a { background-color: #DD9718; }
a { background-color: rgb(221,151,24); }
div.DivClassName
{
background-color: #DD9718;
}
.BgClassName
{
background-color: #DD9718;
}
</style>
border-color css
<style>
span { border-color: #DD9718; }
span { border-color: rgb(221,151,24); }
td.TdClassName
{
border-color: #DD9718;
}
.TagClassName
{
border-color: #DD9718;
}
</style>