Shades of Gamboge #DCAB0F
Tints of Gamboge #DCAB0F
RGB
CMYK
RGB Variations
Color information
#DCAB0F (or 0xDCAB0F) is known color: Gamboge. HEX triplet: DC, AB and 0F. RGB value is (220,171,15). Sum of RGB (Red+Green+Blue) = 220+171+15=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB0F is #2354F0. Grayscale: #A8A8A8. Windows color (decimal): -2315505 or 1027036. OLE color: 1027036.
HSL color Cylindrical-coordinate representation of color #DCAB0F: hue angle of 45.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCAB0F is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 15 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.14 |
| HSL | 45.66º | 0.87% | 0.46% | - |
| HSV(B) | 45.66º | 0.93% | 0.86% | - |
| XYZ | 44.16 | 44.38 | 6.69 | - |
| YUV | 167.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 15 | 0 | 0.22 | 0.93 | 0.14 | 45.66 | 0.87 | 0.46 |
| Hex | DC | AB | F | 0 | 16 | 5D | E | 2E | 57 | 2E |
| Octal | 334 | 253 | 17 | 0 | 26 | 135 | 16 | 56 | 127 | 56 |
| Binary | 11011100 | 10101011 | 1111 | 0 | 10110 | 1011101 | 1110 | 101110 | 1010111 | 101110 |
Color Harmonies of #DCAB0F
Complementary color
Monochromatic Colors of #DCAB0F
Black with #DCAB0F
Text Example
Text Example
White with #DCAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB0F; }
p { color: rgb(220,171,15); }
H1.HeaderClassName
{
color: #DCAB0F;
}
.AnyTagClassName
{
color: #DCAB0F;
}
</style>
background-color css
<style>
a { background-color: #DCAB0F; }
a { background-color: rgb(220,171,15); }
div.DivClassName
{
background-color: #DCAB0F;
}
.BgClassName
{
background-color: #DCAB0F;
}
</style>
border-color css
<style>
span { border-color: #DCAB0F; }
span { border-color: rgb(220,171,15); }
td.TdClassName
{
border-color: #DCAB0F;
}
.TagClassName
{
border-color: #DCAB0F;
}
</style>