Shades of Gamboge #DD8F01
Tints of Gamboge #DD8F01
RGB
CMYK
RGB Variations
Color information
#DD8F01 (or 0xDD8F01) is known color: Gamboge. HEX triplet: DD, 8F and 01. RGB value is (221,143,1). Sum of RGB (Red+Green+Blue) = 221+143+1=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F01 is #2270FE. Grayscale: #969696. Windows color (decimal): -2257151 or 102365. OLE color: 102365.
HSL color Cylindrical-coordinate representation of color #DD8F01: hue angle of 38.73º 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 #DD8F01 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.13 |
| HSL | 38.73º | 0.99% | 0.44% | - |
| HSV(B) | 38.73º | 1% | 0.87% | - |
| XYZ | 39.65 | 35.02 | 4.7 | - |
| YUV | 150.13 | 43.84 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 1 | 0 | 0.35 | 1.00 | 0.13 | 38.73 | 0.99 | 0.44 |
| Hex | DD | 8F | 1 | 0 | 23 | 64 | D | 27 | 63 | 2C |
| Octal | 335 | 217 | 1 | 0 | 43 | 144 | 15 | 47 | 143 | 54 |
| Binary | 11011101 | 10001111 | 1 | 0 | 100011 | 1100100 | 1101 | 100111 | 1100011 | 101100 |
Color Harmonies of #DD8F01
Complementary color
Monochromatic Colors of #DD8F01
Black with #DD8F01
Text Example
Text Example
White with #DD8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F01; }
p { color: rgb(221,143,1); }
H1.HeaderClassName
{
color: #DD8F01;
}
.AnyTagClassName
{
color: #DD8F01;
}
</style>
background-color css
<style>
a { background-color: #DD8F01; }
a { background-color: rgb(221,143,1); }
div.DivClassName
{
background-color: #DD8F01;
}
.BgClassName
{
background-color: #DD8F01;
}
</style>
border-color css
<style>
span { border-color: #DD8F01; }
span { border-color: rgb(221,143,1); }
td.TdClassName
{
border-color: #DD8F01;
}
.TagClassName
{
border-color: #DD8F01;
}
</style>