Shades of Gamboge #DD8D01
Tints of Gamboge #DD8D01
RGB
CMYK
RGB Variations
Color information
#DD8D01 (or 0xDD8D01) is known color: Gamboge. HEX triplet: DD, 8D and 01. RGB value is (221,141,1). Sum of RGB (Red+Green+Blue) = 221+141+1=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D01 is #2272FE. Grayscale: #959595. Windows color (decimal): -2257663 or 101853. OLE color: 101853.
HSL color Cylindrical-coordinate representation of color #DD8D01: hue angle of 38.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8D01 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.13 |
| HSL | 38.18º | 0.99% | 0.44% | - |
| HSV(B) | 38.18º | 1% | 0.87% | - |
| XYZ | 39.35 | 34.42 | 4.6 | - |
| YUV | 148.96 | 44.5 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 1 | 0 | 0.36 | 1.00 | 0.13 | 38.18 | 0.99 | 0.44 |
| Hex | DD | 8D | 1 | 0 | 24 | 64 | D | 26 | 63 | 2C |
| Octal | 335 | 215 | 1 | 0 | 44 | 144 | 15 | 46 | 143 | 54 |
| Binary | 11011101 | 10001101 | 1 | 0 | 100100 | 1100100 | 1101 | 100110 | 1100011 | 101100 |
Color Harmonies of #DD8D01
Complementary color
Monochromatic Colors of #DD8D01
Black with #DD8D01
Text Example
Text Example
White with #DD8D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D01; }
p { color: rgb(221,141,1); }
H1.HeaderClassName
{
color: #DD8D01;
}
.AnyTagClassName
{
color: #DD8D01;
}
</style>
background-color css
<style>
a { background-color: #DD8D01; }
a { background-color: rgb(221,141,1); }
div.DivClassName
{
background-color: #DD8D01;
}
.BgClassName
{
background-color: #DD8D01;
}
</style>
border-color css
<style>
span { border-color: #DD8D01; }
span { border-color: rgb(221,141,1); }
td.TdClassName
{
border-color: #DD8D01;
}
.TagClassName
{
border-color: #DD8D01;
}
</style>