Shades of Gamboge #DD910A
Tints of Gamboge #DD910A
RGB
CMYK
RGB Variations
Color information
#DD910A (or 0xDD910A) is known color: Gamboge. HEX triplet: DD, 91 and 0A. RGB value is (221,145,10). Sum of RGB (Red+Green+Blue) = 221+145+10=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD910A is #226EF5. Grayscale: #989898. Windows color (decimal): -2256630 or 692701. OLE color: 692701.
HSL color Cylindrical-coordinate representation of color #DD910A: hue angle of 38.39º 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 #DD910A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.13 |
| HSL | 38.39º | 0.91% | 0.45% | - |
| HSV(B) | 38.39º | 0.95% | 0.87% | - |
| XYZ | 40 | 35.64 | 5.06 | - |
| YUV | 152.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 10 | 0 | 0.34 | 0.95 | 0.13 | 38.39 | 0.91 | 0.45 |
| Hex | DD | 91 | A | 0 | 22 | 5F | D | 26 | 5B | 2D |
| Octal | 335 | 221 | 12 | 0 | 42 | 137 | 15 | 46 | 133 | 55 |
| Binary | 11011101 | 10010001 | 1010 | 0 | 100010 | 1011111 | 1101 | 100110 | 1011011 | 101101 |
Color Harmonies of #DD910A
Complementary color
Monochromatic Colors of #DD910A
Black with #DD910A
Text Example
Text Example
White with #DD910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD910A; }
p { color: rgb(221,145,10); }
H1.HeaderClassName
{
color: #DD910A;
}
.AnyTagClassName
{
color: #DD910A;
}
</style>
background-color css
<style>
a { background-color: #DD910A; }
a { background-color: rgb(221,145,10); }
div.DivClassName
{
background-color: #DD910A;
}
.BgClassName
{
background-color: #DD910A;
}
</style>
border-color css
<style>
span { border-color: #DD910A; }
span { border-color: rgb(221,145,10); }
td.TdClassName
{
border-color: #DD910A;
}
.TagClassName
{
border-color: #DD910A;
}
</style>