Shades of Gamboge #DCAB05
Tints of Gamboge #DCAB05
RGB
CMYK
RGB Variations
Color information
#DCAB05 (or 0xDCAB05) is known color: Gamboge. HEX triplet: DC, AB and 05. RGB value is (220,171,5). Sum of RGB (Red+Green+Blue) = 220+171+5=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB05 is #2354FA. Grayscale: #A7A7A7. Windows color (decimal): -2315515 or 371676. OLE color: 371676.
HSL color Cylindrical-coordinate representation of color #DCAB05: hue angle of 46.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCAB05 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.14 |
| HSL | 46.33º | 0.96% | 0.44% | - |
| HSV(B) | 46.33º | 0.98% | 0.86% | - |
| XYZ | 44.11 | 44.35 | 6.38 | - |
| YUV | 166.73 | 36.73 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 5 | 0 | 0.22 | 0.98 | 0.14 | 46.33 | 0.96 | 0.44 |
| Hex | DC | AB | 5 | 0 | 16 | 62 | E | 2E | 60 | 2C |
| Octal | 334 | 253 | 5 | 0 | 26 | 142 | 16 | 56 | 140 | 54 |
| Binary | 11011100 | 10101011 | 101 | 0 | 10110 | 1100010 | 1110 | 101110 | 1100000 | 101100 |
Color Harmonies of #DCAB05
Complementary color
Monochromatic Colors of #DCAB05
Black with #DCAB05
Text Example
Text Example
White with #DCAB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB05; }
p { color: rgb(220,171,5); }
H1.HeaderClassName
{
color: #DCAB05;
}
.AnyTagClassName
{
color: #DCAB05;
}
</style>
background-color css
<style>
a { background-color: #DCAB05; }
a { background-color: rgb(220,171,5); }
div.DivClassName
{
background-color: #DCAB05;
}
.BgClassName
{
background-color: #DCAB05;
}
</style>
border-color css
<style>
span { border-color: #DCAB05; }
span { border-color: rgb(220,171,5); }
td.TdClassName
{
border-color: #DCAB05;
}
.TagClassName
{
border-color: #DCAB05;
}
</style>