Shades of Gamboge #DA9A1B
Tints of Gamboge #DA9A1B
RGB
CMYK
RGB Variations
Color information
#DA9A1B (or 0xDA9A1B) is known color: Gamboge. HEX triplet: DA, 9A and 1B. RGB value is (218,154,27). Sum of RGB (Red+Green+Blue) = 218+154+27=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A1B is #2565E4. Grayscale: #9F9F9F. Windows color (decimal): -2450917 or 1809114. OLE color: 1809114.
HSL color Cylindrical-coordinate representation of color #DA9A1B: hue angle of 39.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA9A1B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 27 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.15 |
| HSL | 39.9º | 0.78% | 0.48% | - |
| HSV(B) | 39.9º | 0.88% | 0.85% | - |
| XYZ | 40.67 | 38.1 | 6.25 | - |
| YUV | 158.66 | 53.7 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 27 | 0 | 0.29 | 0.88 | 0.15 | 39.9 | 0.78 | 0.48 |
| Hex | DA | 9A | 1B | 0 | 1D | 58 | F | 28 | 4E | 30 |
| Octal | 332 | 232 | 33 | 0 | 35 | 130 | 17 | 50 | 116 | 60 |
| Binary | 11011010 | 10011010 | 11011 | 0 | 11101 | 1011000 | 1111 | 101000 | 1001110 | 110000 |
Color Harmonies of #DA9A1B
Complementary color
Monochromatic Colors of #DA9A1B
Black with #DA9A1B
Text Example
Text Example
White with #DA9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A1B; }
p { color: rgb(218,154,27); }
H1.HeaderClassName
{
color: #DA9A1B;
}
.AnyTagClassName
{
color: #DA9A1B;
}
</style>
background-color css
<style>
a { background-color: #DA9A1B; }
a { background-color: rgb(218,154,27); }
div.DivClassName
{
background-color: #DA9A1B;
}
.BgClassName
{
background-color: #DA9A1B;
}
</style>
border-color css
<style>
span { border-color: #DA9A1B; }
span { border-color: rgb(218,154,27); }
td.TdClassName
{
border-color: #DA9A1B;
}
.TagClassName
{
border-color: #DA9A1B;
}
</style>