Shades of Gamboge #DAAC0B
Tints of Gamboge #DAAC0B
RGB
CMYK
RGB Variations
Color information
#DAAC0B (or 0xDAAC0B) is known color: Gamboge. HEX triplet: DA, AC and 0B. RGB value is (218,172,11). Sum of RGB (Red+Green+Blue) = 218+172+11=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC0B is #2553F4. Grayscale: #A8A8A8. Windows color (decimal): -2446325 or 765146. OLE color: 765146.
HSL color Cylindrical-coordinate representation of color #DAAC0B: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAAC0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.15 |
| HSL | 46.67º | 0.9% | 0.45% | - |
| HSV(B) | 46.67º | 0.95% | 0.85% | - |
| XYZ | 43.73 | 44.43 | 6.59 | - |
| YUV | 167.4 | 39.74 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 11 | 0 | 0.21 | 0.95 | 0.15 | 46.67 | 0.9 | 0.45 |
| Hex | DA | AC | B | 0 | 15 | 5F | F | 2F | 5A | 2D |
| Octal | 332 | 254 | 13 | 0 | 25 | 137 | 17 | 57 | 132 | 55 |
| Binary | 11011010 | 10101100 | 1011 | 0 | 10101 | 1011111 | 1111 | 101111 | 1011010 | 101101 |
Color Harmonies of #DAAC0B
Complementary color
Monochromatic Colors of #DAAC0B
Black with #DAAC0B
Text Example
Text Example
White with #DAAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC0B; }
p { color: rgb(218,172,11); }
H1.HeaderClassName
{
color: #DAAC0B;
}
.AnyTagClassName
{
color: #DAAC0B;
}
</style>
background-color css
<style>
a { background-color: #DAAC0B; }
a { background-color: rgb(218,172,11); }
div.DivClassName
{
background-color: #DAAC0B;
}
.BgClassName
{
background-color: #DAAC0B;
}
</style>
border-color css
<style>
span { border-color: #DAAC0B; }
span { border-color: rgb(218,172,11); }
td.TdClassName
{
border-color: #DAAC0B;
}
.TagClassName
{
border-color: #DAAC0B;
}
</style>