Shades of Gamboge #D68A0A
Tints of Gamboge #D68A0A
RGB
CMYK
RGB Variations
Color information
#D68A0A (or 0xD68A0A) is known color: Gamboge. HEX triplet: D6, 8A and 0A. RGB value is (214,138,10). Sum of RGB (Red+Green+Blue) = 214+138+10=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A0A is #2975F5. Grayscale: #929292. Windows color (decimal): -2717174 or 690902. OLE color: 690902.
HSL color Cylindrical-coordinate representation of color #D68A0A: hue angle of 37.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D68A0A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.16 |
| HSL | 37.65º | 0.91% | 0.44% | - |
| HSV(B) | 37.65º | 0.95% | 0.84% | - |
| XYZ | 36.87 | 32.5 | 4.62 | - |
| YUV | 146.13 | 51.18 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 10 | 0 | 0.36 | 0.95 | 0.16 | 37.65 | 0.91 | 0.44 |
| Hex | D6 | 8A | A | 0 | 24 | 5F | 10 | 26 | 5B | 2C |
| Octal | 326 | 212 | 12 | 0 | 44 | 137 | 20 | 46 | 133 | 54 |
| Binary | 11010110 | 10001010 | 1010 | 0 | 100100 | 1011111 | 10000 | 100110 | 1011011 | 101100 |
Color Harmonies of #D68A0A
Complementary color
Monochromatic Colors of #D68A0A
Black with #D68A0A
Text Example
Text Example
White with #D68A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A0A; }
p { color: rgb(214,138,10); }
H1.HeaderClassName
{
color: #D68A0A;
}
.AnyTagClassName
{
color: #D68A0A;
}
</style>
background-color css
<style>
a { background-color: #D68A0A; }
a { background-color: rgb(214,138,10); }
div.DivClassName
{
background-color: #D68A0A;
}
.BgClassName
{
background-color: #D68A0A;
}
</style>
border-color css
<style>
span { border-color: #D68A0A; }
span { border-color: rgb(214,138,10); }
td.TdClassName
{
border-color: #D68A0A;
}
.TagClassName
{
border-color: #D68A0A;
}
</style>