Shades of Gamboge #DCAF02
Tints of Gamboge #DCAF02
RGB
CMYK
RGB Variations
Color information
#DCAF02 (or 0xDCAF02) is known color: Gamboge. HEX triplet: DC, AF and 02. RGB value is (220,175,2). Sum of RGB (Red+Green+Blue) = 220+175+2=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAF02 is #2350FD. Grayscale: #A9A9A9. Windows color (decimal): -2314494 or 176092. OLE color: 176092.
HSL color Cylindrical-coordinate representation of color #DCAF02: hue angle of 47.61º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCAF02 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.14 |
| HSL | 47.61º | 0.98% | 0.44% | - |
| HSV(B) | 47.61º | 0.99% | 0.86% | - |
| XYZ | 44.86 | 45.88 | 6.55 | - |
| YUV | 168.73 | 33.91 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 2 | 0 | 0.20 | 0.99 | 0.14 | 47.61 | 0.98 | 0.44 |
| Hex | DC | AF | 2 | 0 | 14 | 63 | E | 30 | 62 | 2C |
| Octal | 334 | 257 | 2 | 0 | 24 | 143 | 16 | 60 | 142 | 54 |
| Binary | 11011100 | 10101111 | 10 | 0 | 10100 | 1100011 | 1110 | 110000 | 1100010 | 101100 |
Color Harmonies of #DCAF02
Complementary color
Monochromatic Colors of #DCAF02
Black with #DCAF02
Text Example
Text Example
White with #DCAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAF02; }
p { color: rgb(220,175,2); }
H1.HeaderClassName
{
color: #DCAF02;
}
.AnyTagClassName
{
color: #DCAF02;
}
</style>
background-color css
<style>
a { background-color: #DCAF02; }
a { background-color: rgb(220,175,2); }
div.DivClassName
{
background-color: #DCAF02;
}
.BgClassName
{
background-color: #DCAF02;
}
</style>
border-color css
<style>
span { border-color: #DCAF02; }
span { border-color: rgb(220,175,2); }
td.TdClassName
{
border-color: #DCAF02;
}
.TagClassName
{
border-color: #DCAF02;
}
</style>