Shades of Gamboge #DEAF03
Tints of Gamboge #DEAF03
RGB
CMYK
RGB Variations
Color information
#DEAF03 (or 0xDEAF03) is known color: Gamboge. HEX triplet: DE, AF and 03. RGB value is (222,175,3). Sum of RGB (Red+Green+Blue) = 222+175+3=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF03 is #2150FC. Grayscale: #AAAAAA. Windows color (decimal): -2183421 or 241630. OLE color: 241630.
HSL color Cylindrical-coordinate representation of color #DEAF03: hue angle of 47.12º 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 #DEAF03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.13 |
| HSL | 47.12º | 0.97% | 0.44% | - |
| HSV(B) | 47.12º | 0.99% | 0.87% | - |
| XYZ | 45.47 | 46.2 | 6.61 | - |
| YUV | 169.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 3 | 0 | 0.21 | 0.99 | 0.13 | 47.12 | 0.97 | 0.44 |
| Hex | DE | AF | 3 | 0 | 15 | 63 | D | 2F | 61 | 2C |
| Octal | 336 | 257 | 3 | 0 | 25 | 143 | 15 | 57 | 141 | 54 |
| Binary | 11011110 | 10101111 | 11 | 0 | 10101 | 1100011 | 1101 | 101111 | 1100001 | 101100 |
Color Harmonies of #DEAF03
Complementary color
Monochromatic Colors of #DEAF03
Black with #DEAF03
Text Example
Text Example
White with #DEAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF03; }
p { color: rgb(222,175,3); }
H1.HeaderClassName
{
color: #DEAF03;
}
.AnyTagClassName
{
color: #DEAF03;
}
</style>
background-color css
<style>
a { background-color: #DEAF03; }
a { background-color: rgb(222,175,3); }
div.DivClassName
{
background-color: #DEAF03;
}
.BgClassName
{
background-color: #DEAF03;
}
</style>
border-color css
<style>
span { border-color: #DEAF03; }
span { border-color: rgb(222,175,3); }
td.TdClassName
{
border-color: #DEAF03;
}
.TagClassName
{
border-color: #DEAF03;
}
</style>