Shades of Gamboge #DF951B
Tints of Gamboge #DF951B
RGB
CMYK
RGB Variations
Color information
#DF951B (or 0xDF951B) is known color: Gamboge. HEX triplet: DF, 95 and 1B. RGB value is (223,149,27). Sum of RGB (Red+Green+Blue) = 223+149+27=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF951B is #206AE4. Grayscale: #9D9D9D. Windows color (decimal): -2124517 or 1807839. OLE color: 1807839.
HSL color Cylindrical-coordinate representation of color #DF951B: hue angle of 37.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF951B is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 27 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.13 |
| HSL | 37.35º | 0.78% | 0.49% | - |
| HSV(B) | 37.35º | 0.88% | 0.87% | - |
| XYZ | 41.38 | 37.26 | 6.05 | - |
| YUV | 157.22 | 54.52 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 27 | 0 | 0.33 | 0.88 | 0.13 | 37.35 | 0.78 | 0.49 |
| Hex | DF | 95 | 1B | 0 | 21 | 58 | D | 25 | 4E | 31 |
| Octal | 337 | 225 | 33 | 0 | 41 | 130 | 15 | 45 | 116 | 61 |
| Binary | 11011111 | 10010101 | 11011 | 0 | 100001 | 1011000 | 1101 | 100101 | 1001110 | 110001 |
Color Harmonies of #DF951B
Complementary color
Monochromatic Colors of #DF951B
Black with #DF951B
Text Example
Text Example
White with #DF951B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF951B; }
p { color: rgb(223,149,27); }
H1.HeaderClassName
{
color: #DF951B;
}
.AnyTagClassName
{
color: #DF951B;
}
</style>
background-color css
<style>
a { background-color: #DF951B; }
a { background-color: rgb(223,149,27); }
div.DivClassName
{
background-color: #DF951B;
}
.BgClassName
{
background-color: #DF951B;
}
</style>
border-color css
<style>
span { border-color: #DF951B; }
span { border-color: rgb(223,149,27); }
td.TdClassName
{
border-color: #DF951B;
}
.TagClassName
{
border-color: #DF951B;
}
</style>