Shades of Gamboge #DD9103
Tints of Gamboge #DD9103
RGB
CMYK
RGB Variations
Color information
#DD9103 (or 0xDD9103) is known color: Gamboge. HEX triplet: DD, 91 and 03. RGB value is (221,145,3). Sum of RGB (Red+Green+Blue) = 221+145+3=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9103 is #226EFC. Grayscale: #989898. Windows color (decimal): -2256637 or 233949. OLE color: 233949.
HSL color Cylindrical-coordinate representation of color #DD9103: hue angle of 39.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD9103 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.13 |
| HSL | 39.08º | 0.97% | 0.44% | - |
| HSV(B) | 39.08º | 0.99% | 0.87% | - |
| XYZ | 39.96 | 35.63 | 4.86 | - |
| YUV | 151.54 | 44.18 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 3 | 0 | 0.34 | 0.99 | 0.13 | 39.08 | 0.97 | 0.44 |
| Hex | DD | 91 | 3 | 0 | 22 | 63 | D | 27 | 61 | 2C |
| Octal | 335 | 221 | 3 | 0 | 42 | 143 | 15 | 47 | 141 | 54 |
| Binary | 11011101 | 10010001 | 11 | 0 | 100010 | 1100011 | 1101 | 100111 | 1100001 | 101100 |
Color Harmonies of #DD9103
Complementary color
Monochromatic Colors of #DD9103
Black with #DD9103
Text Example
Text Example
White with #DD9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9103; }
p { color: rgb(221,145,3); }
H1.HeaderClassName
{
color: #DD9103;
}
.AnyTagClassName
{
color: #DD9103;
}
</style>
background-color css
<style>
a { background-color: #DD9103; }
a { background-color: rgb(221,145,3); }
div.DivClassName
{
background-color: #DD9103;
}
.BgClassName
{
background-color: #DD9103;
}
</style>
border-color css
<style>
span { border-color: #DD9103; }
span { border-color: rgb(221,145,3); }
td.TdClassName
{
border-color: #DD9103;
}
.TagClassName
{
border-color: #DD9103;
}
</style>