Shades of Gamboge #DD8C02
Tints of Gamboge #DD8C02
RGB
CMYK
RGB Variations
Color information
#DD8C02 (or 0xDD8C02) is known color: Gamboge. HEX triplet: DD, 8C and 02. RGB value is (221,140,2). Sum of RGB (Red+Green+Blue) = 221+140+2=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C02 is #2273FD. Grayscale: #959595. Windows color (decimal): -2257918 or 167133. OLE color: 167133.
HSL color Cylindrical-coordinate representation of color #DD8C02: hue angle of 37.81º degrees, saturation: 0.98, 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 #DD8C02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.13 |
| HSL | 37.81º | 0.98% | 0.44% | - |
| HSV(B) | 37.81º | 0.99% | 0.87% | - |
| XYZ | 39.21 | 34.13 | 4.58 | - |
| YUV | 148.49 | 45.34 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 2 | 0 | 0.37 | 0.99 | 0.13 | 37.81 | 0.98 | 0.44 |
| Hex | DD | 8C | 2 | 0 | 25 | 63 | D | 26 | 62 | 2C |
| Octal | 335 | 214 | 2 | 0 | 45 | 143 | 15 | 46 | 142 | 54 |
| Binary | 11011101 | 10001100 | 10 | 0 | 100101 | 1100011 | 1101 | 100110 | 1100010 | 101100 |
Color Harmonies of #DD8C02
Complementary color
Monochromatic Colors of #DD8C02
Black with #DD8C02
Text Example
Text Example
White with #DD8C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C02; }
p { color: rgb(221,140,2); }
H1.HeaderClassName
{
color: #DD8C02;
}
.AnyTagClassName
{
color: #DD8C02;
}
</style>
background-color css
<style>
a { background-color: #DD8C02; }
a { background-color: rgb(221,140,2); }
div.DivClassName
{
background-color: #DD8C02;
}
.BgClassName
{
background-color: #DD8C02;
}
</style>
border-color css
<style>
span { border-color: #DD8C02; }
span { border-color: rgb(221,140,2); }
td.TdClassName
{
border-color: #DD8C02;
}
.TagClassName
{
border-color: #DD8C02;
}
</style>