Shades of Gamboge #DA9A02
Tints of Gamboge #DA9A02
RGB
CMYK
RGB Variations
Color information
#DA9A02 (or 0xDA9A02) is known color: Gamboge. HEX triplet: DA, 9A and 02. RGB value is (218,154,2). Sum of RGB (Red+Green+Blue) = 218+154+2=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A02 is #2565FD. Grayscale: #9C9C9C. Windows color (decimal): -2450942 or 170714. OLE color: 170714.
HSL color Cylindrical-coordinate representation of color #DA9A02: hue angle of 42.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA9A02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.15 |
| HSL | 42.22º | 0.98% | 0.43% | - |
| HSV(B) | 42.22º | 0.99% | 0.85% | - |
| XYZ | 40.48 | 38.02 | 5.26 | - |
| YUV | 155.81 | 41.2 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 2 | 0 | 0.29 | 0.99 | 0.15 | 42.22 | 0.98 | 0.43 |
| Hex | DA | 9A | 2 | 0 | 1D | 63 | F | 2A | 62 | 2B |
| Octal | 332 | 232 | 2 | 0 | 35 | 143 | 17 | 52 | 142 | 53 |
| Binary | 11011010 | 10011010 | 10 | 0 | 11101 | 1100011 | 1111 | 101010 | 1100010 | 101011 |
Color Harmonies of #DA9A02
Complementary color
Monochromatic Colors of #DA9A02
Black with #DA9A02
Text Example
Text Example
White with #DA9A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A02; }
p { color: rgb(218,154,2); }
H1.HeaderClassName
{
color: #DA9A02;
}
.AnyTagClassName
{
color: #DA9A02;
}
</style>
background-color css
<style>
a { background-color: #DA9A02; }
a { background-color: rgb(218,154,2); }
div.DivClassName
{
background-color: #DA9A02;
}
.BgClassName
{
background-color: #DA9A02;
}
</style>
border-color css
<style>
span { border-color: #DA9A02; }
span { border-color: rgb(218,154,2); }
td.TdClassName
{
border-color: #DA9A02;
}
.TagClassName
{
border-color: #DA9A02;
}
</style>