Shades of Gamboge #DEAF0C
Tints of Gamboge #DEAF0C
RGB
CMYK
RGB Variations
Color information
#DEAF0C (or 0xDEAF0C) is known color: Gamboge. HEX triplet: DE, AF and 0C. RGB value is (222,175,12). Sum of RGB (Red+Green+Blue) = 222+175+12=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 12 (5.08% from 255 or 2.93% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF0C is #2150F3. Grayscale: #ABABAB. Windows color (decimal): -2183412 or 831454. OLE color: 831454.
HSL color Cylindrical-coordinate representation of color #DEAF0C: hue angle of 46.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEAF0C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.13 |
| HSL | 46.57º | 0.9% | 0.46% | - |
| HSV(B) | 46.57º | 0.95% | 0.87% | - |
| XYZ | 45.52 | 46.22 | 6.87 | - |
| YUV | 170.47 | 38.57 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 12 | 0 | 0.21 | 0.95 | 0.13 | 46.57 | 0.9 | 0.46 |
| Hex | DE | AF | C | 0 | 15 | 5F | D | 2F | 5A | 2E |
| Octal | 336 | 257 | 14 | 0 | 25 | 137 | 15 | 57 | 132 | 56 |
| Binary | 11011110 | 10101111 | 1100 | 0 | 10101 | 1011111 | 1101 | 101111 | 1011010 | 101110 |
Color Harmonies of #DEAF0C
Complementary color
Monochromatic Colors of #DEAF0C
Black with #DEAF0C
Text Example
Text Example
White with #DEAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF0C; }
p { color: rgb(222,175,12); }
H1.HeaderClassName
{
color: #DEAF0C;
}
.AnyTagClassName
{
color: #DEAF0C;
}
</style>
background-color css
<style>
a { background-color: #DEAF0C; }
a { background-color: rgb(222,175,12); }
div.DivClassName
{
background-color: #DEAF0C;
}
.BgClassName
{
background-color: #DEAF0C;
}
</style>
border-color css
<style>
span { border-color: #DEAF0C; }
span { border-color: rgb(222,175,12); }
td.TdClassName
{
border-color: #DEAF0C;
}
.TagClassName
{
border-color: #DEAF0C;
}
</style>