Shades of Gamboge #DA9F0D
Tints of Gamboge #DA9F0D
RGB
CMYK
RGB Variations
Color information
#DA9F0D (or 0xDA9F0D) is known color: Gamboge. HEX triplet: DA, 9F and 0D. RGB value is (218,159,13). Sum of RGB (Red+Green+Blue) = 218+159+13=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9F0D is #2560F2. Grayscale: #A0A0A0. Windows color (decimal): -2449651 or 892890. OLE color: 892890.
HSL color Cylindrical-coordinate representation of color #DA9F0D: hue angle of 42.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA9F0D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 159 | 13 | - |
CMYK | 0 | 0.27 | 0.94 | 0.15 |
HSL | 42.73º | 0.89% | 0.45% | - |
HSV(B) | 42.73º | 0.94% | 0.85% | - |
XYZ | 41.38 | 39.73 | 5.87 | - |
YUV | 160 | 45.05 | 169.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 159 | 13 | 0 | 0.27 | 0.94 | 0.15 | 42.73 | 0.89 | 0.45 |
Hex | DA | 9F | D | 0 | 1B | 5E | F | 2B | 59 | 2D |
Octal | 332 | 237 | 15 | 0 | 33 | 136 | 17 | 53 | 131 | 55 |
Binary | 11011010 | 10011111 | 1101 | 0 | 11011 | 1011110 | 1111 | 101011 | 1011001 | 101101 |
Color Harmonies of #DA9F0D
Complementary color
Monochromatic Colors of #DA9F0D
Black with #DA9F0D
Text Example
Text Example
White with #DA9F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9F0D; }
p { color: rgb(218,159,13); }
H1.HeaderClassName
{
color: #DA9F0D;
}
.AnyTagClassName
{
color: #DA9F0D;
}
</style>
background-color css
<style>
a { background-color: #DA9F0D; }
a { background-color: rgb(218,159,13); }
div.DivClassName
{
background-color: #DA9F0D;
}
.BgClassName
{
background-color: #DA9F0D;
}
</style>
border-color css
<style>
span { border-color: #DA9F0D; }
span { border-color: rgb(218,159,13); }
td.TdClassName
{
border-color: #DA9F0D;
}
.TagClassName
{
border-color: #DA9F0D;
}
</style>