Shades of Gamboge #DCAB01
Tints of Gamboge #DCAB01
RGB
CMYK
RGB Variations
Color information
#DCAB01 (or 0xDCAB01) is known color: Gamboge. HEX triplet: DC, AB and 01. RGB value is (220,171,1). Sum of RGB (Red+Green+Blue) = 220+171+1=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAB01 is #2354FE. Grayscale: #A7A7A7. Windows color (decimal): -2315519 or 109532. OLE color: 109532.
HSL color Cylindrical-coordinate representation of color #DCAB01: hue angle of 46.58º 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 #DCAB01 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.14 |
| HSL | 46.58º | 0.99% | 0.43% | - |
| HSV(B) | 46.58º | 1% | 0.86% | - |
| XYZ | 44.08 | 44.34 | 6.26 | - |
| YUV | 166.27 | 34.73 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 1 | 0 | 0.22 | 1.00 | 0.14 | 46.58 | 0.99 | 0.43 |
| Hex | DC | AB | 1 | 0 | 16 | 64 | E | 2F | 63 | 2B |
| Octal | 334 | 253 | 1 | 0 | 26 | 144 | 16 | 57 | 143 | 53 |
| Binary | 11011100 | 10101011 | 1 | 0 | 10110 | 1100100 | 1110 | 101111 | 1100011 | 101011 |
Color Harmonies of #DCAB01
Complementary color
Monochromatic Colors of #DCAB01
Black with #DCAB01
Text Example
Text Example
White with #DCAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB01; }
p { color: rgb(220,171,1); }
H1.HeaderClassName
{
color: #DCAB01;
}
.AnyTagClassName
{
color: #DCAB01;
}
</style>
background-color css
<style>
a { background-color: #DCAB01; }
a { background-color: rgb(220,171,1); }
div.DivClassName
{
background-color: #DCAB01;
}
.BgClassName
{
background-color: #DCAB01;
}
</style>
border-color css
<style>
span { border-color: #DCAB01; }
span { border-color: rgb(220,171,1); }
td.TdClassName
{
border-color: #DCAB01;
}
.TagClassName
{
border-color: #DCAB01;
}
</style>