Shades of Gamboge #DCAA08
Tints of Gamboge #DCAA08
RGB
CMYK
RGB Variations
Color information
#DCAA08 (or 0xDCAA08) is known color: Gamboge. HEX triplet: DC, AA and 08. RGB value is (220,170,8). Sum of RGB (Red+Green+Blue) = 220+170+8=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAA08 is #2355F7. Grayscale: #A7A7A7. Windows color (decimal): -2315768 or 568028. OLE color: 568028.
HSL color Cylindrical-coordinate representation of color #DCAA08: hue angle of 45.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCAA08 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.14 |
| HSL | 45.85º | 0.93% | 0.45% | - |
| HSV(B) | 45.85º | 0.96% | 0.86% | - |
| XYZ | 43.93 | 43.98 | 6.4 | - |
| YUV | 166.48 | 38.57 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 8 | 0 | 0.23 | 0.96 | 0.14 | 45.85 | 0.93 | 0.45 |
| Hex | DC | AA | 8 | 0 | 17 | 60 | E | 2E | 5D | 2D |
| Octal | 334 | 252 | 10 | 0 | 27 | 140 | 16 | 56 | 135 | 55 |
| Binary | 11011100 | 10101010 | 1000 | 0 | 10111 | 1100000 | 1110 | 101110 | 1011101 | 101101 |
Color Harmonies of #DCAA08
Complementary color
Monochromatic Colors of #DCAA08
Black with #DCAA08
Text Example
Text Example
White with #DCAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA08; }
p { color: rgb(220,170,8); }
H1.HeaderClassName
{
color: #DCAA08;
}
.AnyTagClassName
{
color: #DCAA08;
}
</style>
background-color css
<style>
a { background-color: #DCAA08; }
a { background-color: rgb(220,170,8); }
div.DivClassName
{
background-color: #DCAA08;
}
.BgClassName
{
background-color: #DCAA08;
}
</style>
border-color css
<style>
span { border-color: #DCAA08; }
span { border-color: rgb(220,170,8); }
td.TdClassName
{
border-color: #DCAA08;
}
.TagClassName
{
border-color: #DCAA08;
}
</style>