Shades of Gamboge #DFB103
Tints of Gamboge #DFB103
RGB
CMYK
RGB Variations
Color information
#DFB103 (or 0xDFB103) is known color: Gamboge. HEX triplet: DF, B1 and 03. RGB value is (223,177,3). Sum of RGB (Red+Green+Blue) = 223+177+3=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB103 is #204EFC. Grayscale: #ABABAB. Windows color (decimal): -2117373 or 242143. OLE color: 242143.
HSL color Cylindrical-coordinate representation of color #DFB103: hue angle of 47.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFB103 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.13 |
| HSL | 47.45º | 0.97% | 0.44% | - |
| HSV(B) | 47.45º | 0.99% | 0.87% | - |
| XYZ | 46.17 | 47.14 | 6.75 | - |
| YUV | 170.92 | 33.24 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 3 | 0 | 0.21 | 0.99 | 0.13 | 47.45 | 0.97 | 0.44 |
| Hex | DF | B1 | 3 | 0 | 15 | 63 | D | 2F | 61 | 2C |
| Octal | 337 | 261 | 3 | 0 | 25 | 143 | 15 | 57 | 141 | 54 |
| Binary | 11011111 | 10110001 | 11 | 0 | 10101 | 1100011 | 1101 | 101111 | 1100001 | 101100 |
Color Harmonies of #DFB103
Complementary color
Monochromatic Colors of #DFB103
Black with #DFB103
Text Example
Text Example
White with #DFB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB103; }
p { color: rgb(223,177,3); }
H1.HeaderClassName
{
color: #DFB103;
}
.AnyTagClassName
{
color: #DFB103;
}
</style>
background-color css
<style>
a { background-color: #DFB103; }
a { background-color: rgb(223,177,3); }
div.DivClassName
{
background-color: #DFB103;
}
.BgClassName
{
background-color: #DFB103;
}
</style>
border-color css
<style>
span { border-color: #DFB103; }
span { border-color: rgb(223,177,3); }
td.TdClassName
{
border-color: #DFB103;
}
.TagClassName
{
border-color: #DFB103;
}
</style>