Shades of Gamboge #DA970A
Tints of Gamboge #DA970A
RGB
CMYK
RGB Variations
Color information
#DA970A (or 0xDA970A) is known color: Gamboge. HEX triplet: DA, 97 and 0A. RGB value is (218,151,10). Sum of RGB (Red+Green+Blue) = 218+151+10=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA970A is #2568F5. Grayscale: #9B9B9B. Windows color (decimal): -2451702 or 694234. OLE color: 694234.
HSL color Cylindrical-coordinate representation of color #DA970A: hue angle of 40.67º degrees, saturation: 0.91, 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 #DA970A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.15 |
| HSL | 40.67º | 0.91% | 0.45% | - |
| HSV(B) | 40.67º | 0.95% | 0.85% | - |
| XYZ | 40.03 | 37.06 | 5.33 | - |
| YUV | 154.96 | 46.2 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 10 | 0 | 0.31 | 0.95 | 0.15 | 40.67 | 0.91 | 0.45 |
| Hex | DA | 97 | A | 0 | 1F | 5F | F | 29 | 5B | 2D |
| Octal | 332 | 227 | 12 | 0 | 37 | 137 | 17 | 51 | 133 | 55 |
| Binary | 11011010 | 10010111 | 1010 | 0 | 11111 | 1011111 | 1111 | 101001 | 1011011 | 101101 |
Color Harmonies of #DA970A
Complementary color
Monochromatic Colors of #DA970A
Black with #DA970A
Text Example
Text Example
White with #DA970A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA970A; }
p { color: rgb(218,151,10); }
H1.HeaderClassName
{
color: #DA970A;
}
.AnyTagClassName
{
color: #DA970A;
}
</style>
background-color css
<style>
a { background-color: #DA970A; }
a { background-color: rgb(218,151,10); }
div.DivClassName
{
background-color: #DA970A;
}
.BgClassName
{
background-color: #DA970A;
}
</style>
border-color css
<style>
span { border-color: #DA970A; }
span { border-color: rgb(218,151,10); }
td.TdClassName
{
border-color: #DA970A;
}
.TagClassName
{
border-color: #DA970A;
}
</style>