Shades of Gamboge #DC8F01
Tints of Gamboge #DC8F01
RGB
CMYK
RGB Variations
Color information
#DC8F01 (or 0xDC8F01) is known color: Gamboge. HEX triplet: DC, 8F and 01. RGB value is (220,143,1). Sum of RGB (Red+Green+Blue) = 220+143+1=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F01 is #2370FE. Grayscale: #969696. Windows color (decimal): -2322687 or 102364. OLE color: 102364.
HSL color Cylindrical-coordinate representation of color #DC8F01: hue angle of 38.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC8F01 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.14 |
| HSL | 38.9º | 0.99% | 0.43% | - |
| HSV(B) | 38.9º | 1% | 0.86% | - |
| XYZ | 39.34 | 34.86 | 4.68 | - |
| YUV | 149.84 | 44.01 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 1 | 0 | 0.35 | 1.00 | 0.14 | 38.9 | 0.99 | 0.43 |
| Hex | DC | 8F | 1 | 0 | 23 | 64 | E | 27 | 63 | 2B |
| Octal | 334 | 217 | 1 | 0 | 43 | 144 | 16 | 47 | 143 | 53 |
| Binary | 11011100 | 10001111 | 1 | 0 | 100011 | 1100100 | 1110 | 100111 | 1100011 | 101011 |
Color Harmonies of #DC8F01
Complementary color
Monochromatic Colors of #DC8F01
Black with #DC8F01
Text Example
Text Example
White with #DC8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F01; }
p { color: rgb(220,143,1); }
H1.HeaderClassName
{
color: #DC8F01;
}
.AnyTagClassName
{
color: #DC8F01;
}
</style>
background-color css
<style>
a { background-color: #DC8F01; }
a { background-color: rgb(220,143,1); }
div.DivClassName
{
background-color: #DC8F01;
}
.BgClassName
{
background-color: #DC8F01;
}
</style>
border-color css
<style>
span { border-color: #DC8F01; }
span { border-color: rgb(220,143,1); }
td.TdClassName
{
border-color: #DC8F01;
}
.TagClassName
{
border-color: #DC8F01;
}
</style>