Shades of Gamboge #D28A0D
Tints of Gamboge #D28A0D
RGB
CMYK
RGB Variations
Color information
#D28A0D (or 0xD28A0D) is known color: Gamboge. HEX triplet: D2, 8A and 0D. RGB value is (210,138,13). Sum of RGB (Red+Green+Blue) = 210+138+13=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28A0D is #2D75F2. Grayscale: #919191. Windows color (decimal): -2979315 or 887506. OLE color: 887506.
HSL color Cylindrical-coordinate representation of color #D28A0D: hue angle of 38.07º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D28A0D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.18 |
| HSL | 38.07º | 0.88% | 0.44% | - |
| HSV(B) | 38.07º | 0.94% | 0.82% | - |
| XYZ | 35.74 | 31.91 | 4.66 | - |
| YUV | 145.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 13 | 0 | 0.34 | 0.94 | 0.18 | 38.07 | 0.88 | 0.44 |
| Hex | D2 | 8A | D | 0 | 22 | 5E | 12 | 26 | 58 | 2C |
| Octal | 322 | 212 | 15 | 0 | 42 | 136 | 22 | 46 | 130 | 54 |
| Binary | 11010010 | 10001010 | 1101 | 0 | 100010 | 1011110 | 10010 | 100110 | 1011000 | 101100 |
Color Harmonies of #D28A0D
Complementary color
Monochromatic Colors of #D28A0D
Black with #D28A0D
Text Example
Text Example
White with #D28A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A0D; }
p { color: rgb(210,138,13); }
H1.HeaderClassName
{
color: #D28A0D;
}
.AnyTagClassName
{
color: #D28A0D;
}
</style>
background-color css
<style>
a { background-color: #D28A0D; }
a { background-color: rgb(210,138,13); }
div.DivClassName
{
background-color: #D28A0D;
}
.BgClassName
{
background-color: #D28A0D;
}
</style>
border-color css
<style>
span { border-color: #D28A0D; }
span { border-color: rgb(210,138,13); }
td.TdClassName
{
border-color: #D28A0D;
}
.TagClassName
{
border-color: #D28A0D;
}
</style>