Shades of Gamboge #DA9C14
Tints of Gamboge #DA9C14
RGB
CMYK
RGB Variations
Color information
#DA9C14 (or 0xDA9C14) is known color: Gamboge. HEX triplet: DA, 9C and 14. RGB value is (218,156,20). Sum of RGB (Red+Green+Blue) = 218+156+20=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C14 is #2563EB. Grayscale: #9F9F9F. Windows color (decimal): -2450412 or 1350874. OLE color: 1350874.
HSL color Cylindrical-coordinate representation of color #DA9C14: hue angle of 41.21º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA9C14 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 20 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.15 |
| HSL | 41.21º | 0.83% | 0.47% | - |
| HSV(B) | 41.21º | 0.91% | 0.85% | - |
| XYZ | 40.93 | 38.73 | 5.98 | - |
| YUV | 159.03 | 49.54 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 20 | 0 | 0.28 | 0.91 | 0.15 | 41.21 | 0.83 | 0.47 |
| Hex | DA | 9C | 14 | 0 | 1C | 5B | F | 29 | 53 | 2F |
| Octal | 332 | 234 | 24 | 0 | 34 | 133 | 17 | 51 | 123 | 57 |
| Binary | 11011010 | 10011100 | 10100 | 0 | 11100 | 1011011 | 1111 | 101001 | 1010011 | 101111 |
Color Harmonies of #DA9C14
Complementary color
Monochromatic Colors of #DA9C14
Black with #DA9C14
Text Example
Text Example
White with #DA9C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9C14; }
p { color: rgb(218,156,20); }
H1.HeaderClassName
{
color: #DA9C14;
}
.AnyTagClassName
{
color: #DA9C14;
}
</style>
background-color css
<style>
a { background-color: #DA9C14; }
a { background-color: rgb(218,156,20); }
div.DivClassName
{
background-color: #DA9C14;
}
.BgClassName
{
background-color: #DA9C14;
}
</style>
border-color css
<style>
span { border-color: #DA9C14; }
span { border-color: rgb(218,156,20); }
td.TdClassName
{
border-color: #DA9C14;
}
.TagClassName
{
border-color: #DA9C14;
}
</style>