Shades of Gamboge #DD9F15
Tints of Gamboge #DD9F15
RGB
CMYK
RGB Variations
Color information
#DD9F15 (or 0xDD9F15) is known color: Gamboge. HEX triplet: DD, 9F and 15. RGB value is (221,159,21). Sum of RGB (Red+Green+Blue) = 221+159+21=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9F15 is #2260EA. Grayscale: #A2A2A2. Windows color (decimal): -2253035 or 1417181. OLE color: 1417181.
HSL color Cylindrical-coordinate representation of color #DD9F15: hue angle of 41.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD9F15 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 159 | 21 | - |
CMYK | 0 | 0.28 | 0.90 | 0.13 |
HSL | 41.4º | 0.83% | 0.47% | - |
HSV(B) | 41.4º | 0.9% | 0.87% | - |
XYZ | 42.35 | 40.22 | 6.24 | - |
YUV | 161.81 | 48.54 | 170.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 159 | 21 | 0 | 0.28 | 0.90 | 0.13 | 41.4 | 0.83 | 0.47 |
Hex | DD | 9F | 15 | 0 | 1C | 5A | D | 29 | 53 | 2F |
Octal | 335 | 237 | 25 | 0 | 34 | 132 | 15 | 51 | 123 | 57 |
Binary | 11011101 | 10011111 | 10101 | 0 | 11100 | 1011010 | 1101 | 101001 | 1010011 | 101111 |
Color Harmonies of #DD9F15
Complementary color
Monochromatic Colors of #DD9F15
Black with #DD9F15
Text Example
Text Example
White with #DD9F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F15; }
p { color: rgb(221,159,21); }
H1.HeaderClassName
{
color: #DD9F15;
}
.AnyTagClassName
{
color: #DD9F15;
}
</style>
background-color css
<style>
a { background-color: #DD9F15; }
a { background-color: rgb(221,159,21); }
div.DivClassName
{
background-color: #DD9F15;
}
.BgClassName
{
background-color: #DD9F15;
}
</style>
border-color css
<style>
span { border-color: #DD9F15; }
span { border-color: rgb(221,159,21); }
td.TdClassName
{
border-color: #DD9F15;
}
.TagClassName
{
border-color: #DD9F15;
}
</style>