Shades of Gamboge #DBAE08
Tints of Gamboge #DBAE08
RGB
CMYK
RGB Variations
Color information
#DBAE08 (or 0xDBAE08) is known color: Gamboge. HEX triplet: DB, AE and 08. RGB value is (219,174,8). Sum of RGB (Red+Green+Blue) = 219+174+8=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE08 is #2451F7. Grayscale: #A9A9A9. Windows color (decimal): -2380280 or 569051. OLE color: 569051.
HSL color Cylindrical-coordinate representation of color #DBAE08: hue angle of 47.2º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBAE08 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.14 |
| HSL | 47.2º | 0.93% | 0.45% | - |
| HSV(B) | 47.2º | 0.96% | 0.86% | - |
| XYZ | 44.39 | 45.35 | 6.64 | - |
| YUV | 168.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 8 | 0 | 0.21 | 0.96 | 0.14 | 47.2 | 0.93 | 0.45 |
| Hex | DB | AE | 8 | 0 | 15 | 60 | E | 2F | 5D | 2D |
| Octal | 333 | 256 | 10 | 0 | 25 | 140 | 16 | 57 | 135 | 55 |
| Binary | 11011011 | 10101110 | 1000 | 0 | 10101 | 1100000 | 1110 | 101111 | 1011101 | 101101 |
Color Harmonies of #DBAE08
Complementary color
Monochromatic Colors of #DBAE08
Black with #DBAE08
Text Example
Text Example
White with #DBAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAE08; }
p { color: rgb(219,174,8); }
H1.HeaderClassName
{
color: #DBAE08;
}
.AnyTagClassName
{
color: #DBAE08;
}
</style>
background-color css
<style>
a { background-color: #DBAE08; }
a { background-color: rgb(219,174,8); }
div.DivClassName
{
background-color: #DBAE08;
}
.BgClassName
{
background-color: #DBAE08;
}
</style>
border-color css
<style>
span { border-color: #DBAE08; }
span { border-color: rgb(219,174,8); }
td.TdClassName
{
border-color: #DBAE08;
}
.TagClassName
{
border-color: #DBAE08;
}
</style>