Shades of Gamboge #DA8608
Tints of Gamboge #DA8608
RGB
CMYK
RGB Variations
Color information
#DA8608 (or 0xDA8608) is known color: Gamboge. HEX triplet: DA, 86 and 08. RGB value is (218,134,8). Sum of RGB (Red+Green+Blue) = 218+134+8=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8608 is #2579F7. Grayscale: #919191. Windows color (decimal): -2456056 or 558810. OLE color: 558810.
HSL color Cylindrical-coordinate representation of color #DA8608: hue angle of 36º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA8608 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.15 |
| HSL | 36º | 0.93% | 0.44% | - |
| HSV(B) | 36º | 0.96% | 0.85% | - |
| XYZ | 37.48 | 31.97 | 4.43 | - |
| YUV | 144.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 8 | 0 | 0.39 | 0.96 | 0.15 | 36 | 0.93 | 0.44 |
| Hex | DA | 86 | 8 | 0 | 27 | 60 | F | 24 | 5D | 2C |
| Octal | 332 | 206 | 10 | 0 | 47 | 140 | 17 | 44 | 135 | 54 |
| Binary | 11011010 | 10000110 | 1000 | 0 | 100111 | 1100000 | 1111 | 100100 | 1011101 | 101100 |
Color Harmonies of #DA8608
Complementary color
Monochromatic Colors of #DA8608
Black with #DA8608
Text Example
Text Example
White with #DA8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8608; }
p { color: rgb(218,134,8); }
H1.HeaderClassName
{
color: #DA8608;
}
.AnyTagClassName
{
color: #DA8608;
}
</style>
background-color css
<style>
a { background-color: #DA8608; }
a { background-color: rgb(218,134,8); }
div.DivClassName
{
background-color: #DA8608;
}
.BgClassName
{
background-color: #DA8608;
}
</style>
border-color css
<style>
span { border-color: #DA8608; }
span { border-color: rgb(218,134,8); }
td.TdClassName
{
border-color: #DA8608;
}
.TagClassName
{
border-color: #DA8608;
}
</style>