Shades of Gamboge #DCAD08
Tints of Gamboge #DCAD08
RGB
CMYK
RGB Variations
Color information
#DCAD08 (or 0xDCAD08) is known color: Gamboge. HEX triplet: DC, AD and 08. RGB value is (220,173,8). Sum of RGB (Red+Green+Blue) = 220+173+8=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAD08 is #2352F7. Grayscale: #A8A8A8. Windows color (decimal): -2315000 or 568796. OLE color: 568796.
HSL color Cylindrical-coordinate representation of color #DCAD08: hue angle of 46.7º 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 #DCAD08 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.14 |
| HSL | 46.7º | 0.93% | 0.45% | - |
| HSV(B) | 46.7º | 0.96% | 0.86% | - |
| XYZ | 44.5 | 45.12 | 6.59 | - |
| YUV | 168.24 | 37.57 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 8 | 0 | 0.21 | 0.96 | 0.14 | 46.7 | 0.93 | 0.45 |
| Hex | DC | AD | 8 | 0 | 15 | 60 | E | 2F | 5D | 2D |
| Octal | 334 | 255 | 10 | 0 | 25 | 140 | 16 | 57 | 135 | 55 |
| Binary | 11011100 | 10101101 | 1000 | 0 | 10101 | 1100000 | 1110 | 101111 | 1011101 | 101101 |
Color Harmonies of #DCAD08
Complementary color
Monochromatic Colors of #DCAD08
Black with #DCAD08
Text Example
Text Example
White with #DCAD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD08; }
p { color: rgb(220,173,8); }
H1.HeaderClassName
{
color: #DCAD08;
}
.AnyTagClassName
{
color: #DCAD08;
}
</style>
background-color css
<style>
a { background-color: #DCAD08; }
a { background-color: rgb(220,173,8); }
div.DivClassName
{
background-color: #DCAD08;
}
.BgClassName
{
background-color: #DCAD08;
}
</style>
border-color css
<style>
span { border-color: #DCAD08; }
span { border-color: rgb(220,173,8); }
td.TdClassName
{
border-color: #DCAD08;
}
.TagClassName
{
border-color: #DCAD08;
}
</style>