Shades of Gamboge #DCAB03
Tints of Gamboge #DCAB03
RGB
CMYK
RGB Variations
Color information
#DCAB03 (or 0xDCAB03) is known color: Gamboge. HEX triplet: DC, AB and 03. RGB value is (220,171,3). Sum of RGB (Red+Green+Blue) = 220+171+3=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB03 is #2354FC. Grayscale: #A7A7A7. Windows color (decimal): -2315517 or 240604. OLE color: 240604.
HSL color Cylindrical-coordinate representation of color #DCAB03: hue angle of 46.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCAB03 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.14 |
| HSL | 46.45º | 0.97% | 0.44% | - |
| HSV(B) | 46.45º | 0.99% | 0.86% | - |
| XYZ | 44.09 | 44.35 | 6.32 | - |
| YUV | 166.5 | 35.73 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 3 | 0 | 0.22 | 0.99 | 0.14 | 46.45 | 0.97 | 0.44 |
| Hex | DC | AB | 3 | 0 | 16 | 63 | E | 2E | 61 | 2C |
| Octal | 334 | 253 | 3 | 0 | 26 | 143 | 16 | 56 | 141 | 54 |
| Binary | 11011100 | 10101011 | 11 | 0 | 10110 | 1100011 | 1110 | 101110 | 1100001 | 101100 |
Color Harmonies of #DCAB03
Complementary color
Monochromatic Colors of #DCAB03
Black with #DCAB03
Text Example
Text Example
White with #DCAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB03; }
p { color: rgb(220,171,3); }
H1.HeaderClassName
{
color: #DCAB03;
}
.AnyTagClassName
{
color: #DCAB03;
}
</style>
background-color css
<style>
a { background-color: #DCAB03; }
a { background-color: rgb(220,171,3); }
div.DivClassName
{
background-color: #DCAB03;
}
.BgClassName
{
background-color: #DCAB03;
}
</style>
border-color css
<style>
span { border-color: #DCAB03; }
span { border-color: rgb(220,171,3); }
td.TdClassName
{
border-color: #DCAB03;
}
.TagClassName
{
border-color: #DCAB03;
}
</style>