Shades of Gamboge #D69B00
Tints of Gamboge #D69B00
RGB
CMYK
RGB Variations
Color information
#D69B00 (or 0xD69B00) is known color: Gamboge. HEX triplet: D6, 9B and 00. RGB value is (214,155,0). Sum of RGB (Red+Green+Blue) = 214+155+0=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69B00 is #2964FF. Grayscale: #9B9B9B. Windows color (decimal): -2712832 or 39894. OLE color: 39894.
HSL color Cylindrical-coordinate representation of color #D69B00: hue angle of 43.46º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D69B00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.16 |
| HSL | 43.46º | 1% | 0.42% | - |
| HSV(B) | 43.46º | 1% | 0.84% | - |
| XYZ | 39.45 | 37.74 | 5.2 | - |
| YUV | 154.97 | 40.55 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 0 | 0 | 0.28 | 1 | 0.16 | 43.46 | 1 | 0.42 |
| Hex | D6 | 9B | 0 | 0 | 1C | 64 | 10 | 2B | 64 | 2A |
| Octal | 326 | 233 | 0 | 0 | 34 | 144 | 20 | 53 | 144 | 52 |
| Binary | 11010110 | 10011011 | 0 | 0 | 11100 | 1100100 | 10000 | 101011 | 1100100 | 101010 |
Color Harmonies of #D69B00
Complementary color
Monochromatic Colors of #D69B00
Black with #D69B00
Text Example
Text Example
White with #D69B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B00; }
p { color: rgb(214,155,0); }
H1.HeaderClassName
{
color: #D69B00;
}
.AnyTagClassName
{
color: #D69B00;
}
</style>
background-color css
<style>
a { background-color: #D69B00; }
a { background-color: rgb(214,155,0); }
div.DivClassName
{
background-color: #D69B00;
}
.BgClassName
{
background-color: #D69B00;
}
</style>
border-color css
<style>
span { border-color: #D69B00; }
span { border-color: rgb(214,155,0); }
td.TdClassName
{
border-color: #D69B00;
}
.TagClassName
{
border-color: #D69B00;
}
</style>