Shades of Gamboge #DCAE06
Tints of Gamboge #DCAE06
RGB
CMYK
RGB Variations
Color information
#DCAE06 (or 0xDCAE06) is known color: Gamboge. HEX triplet: DC, AE and 06. RGB value is (220,174,6). Sum of RGB (Red+Green+Blue) = 220+174+6=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAE06 is #2351F9. Grayscale: #A9A9A9. Windows color (decimal): -2314746 or 437980. OLE color: 437980.
HSL color Cylindrical-coordinate representation of color #DCAE06: hue angle of 47.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCAE06 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.14 |
| HSL | 47.1º | 0.95% | 0.44% | - |
| HSV(B) | 47.1º | 0.97% | 0.86% | - |
| XYZ | 44.68 | 45.5 | 6.6 | - |
| YUV | 168.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 6 | 0 | 0.21 | 0.97 | 0.14 | 47.1 | 0.95 | 0.44 |
| Hex | DC | AE | 6 | 0 | 15 | 61 | E | 2F | 5F | 2C |
| Octal | 334 | 256 | 6 | 0 | 25 | 141 | 16 | 57 | 137 | 54 |
| Binary | 11011100 | 10101110 | 110 | 0 | 10101 | 1100001 | 1110 | 101111 | 1011111 | 101100 |
Color Harmonies of #DCAE06
Complementary color
Monochromatic Colors of #DCAE06
Black with #DCAE06
Text Example
Text Example
White with #DCAE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE06; }
p { color: rgb(220,174,6); }
H1.HeaderClassName
{
color: #DCAE06;
}
.AnyTagClassName
{
color: #DCAE06;
}
</style>
background-color css
<style>
a { background-color: #DCAE06; }
a { background-color: rgb(220,174,6); }
div.DivClassName
{
background-color: #DCAE06;
}
.BgClassName
{
background-color: #DCAE06;
}
</style>
border-color css
<style>
span { border-color: #DCAE06; }
span { border-color: rgb(220,174,6); }
td.TdClassName
{
border-color: #DCAE06;
}
.TagClassName
{
border-color: #DCAE06;
}
</style>