Shades of Gamboge #DD8F03
Tints of Gamboge #DD8F03
RGB
CMYK
RGB Variations
Color information
#DD8F03 (or 0xDD8F03) is known color: Gamboge. HEX triplet: DD, 8F and 03. RGB value is (221,143,3). Sum of RGB (Red+Green+Blue) = 221+143+3=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F03 is #2270FC. Grayscale: #979797. Windows color (decimal): -2257149 or 233437. OLE color: 233437.
HSL color Cylindrical-coordinate representation of color #DD8F03: hue angle of 38.53º 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 #DD8F03 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.13 |
| HSL | 38.53º | 0.97% | 0.44% | - |
| HSV(B) | 38.53º | 0.99% | 0.87% | - |
| XYZ | 39.66 | 35.02 | 4.76 | - |
| YUV | 150.36 | 44.84 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 3 | 0 | 0.35 | 0.99 | 0.13 | 38.53 | 0.97 | 0.44 |
| Hex | DD | 8F | 3 | 0 | 23 | 63 | D | 27 | 61 | 2C |
| Octal | 335 | 217 | 3 | 0 | 43 | 143 | 15 | 47 | 141 | 54 |
| Binary | 11011101 | 10001111 | 11 | 0 | 100011 | 1100011 | 1101 | 100111 | 1100001 | 101100 |
Color Harmonies of #DD8F03
Complementary color
Monochromatic Colors of #DD8F03
Black with #DD8F03
Text Example
Text Example
White with #DD8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F03; }
p { color: rgb(221,143,3); }
H1.HeaderClassName
{
color: #DD8F03;
}
.AnyTagClassName
{
color: #DD8F03;
}
</style>
background-color css
<style>
a { background-color: #DD8F03; }
a { background-color: rgb(221,143,3); }
div.DivClassName
{
background-color: #DD8F03;
}
.BgClassName
{
background-color: #DD8F03;
}
</style>
border-color css
<style>
span { border-color: #DD8F03; }
span { border-color: rgb(221,143,3); }
td.TdClassName
{
border-color: #DD8F03;
}
.TagClassName
{
border-color: #DD8F03;
}
</style>