Shades of Fuego #CBD71C
Tints of Fuego #CBD71C
RGB
CMYK
RGB Variations
Color information
#CBD71C (or 0xCBD71C) is known color: Fuego. HEX triplet: CB, D7 and 1C. RGB value is (203,215,28). Sum of RGB (Red+Green+Blue) = 203+215+28=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD71C is #3428E3. Grayscale: #BEBEBE. Windows color (decimal): -3418340 or 1890251. OLE color: 1890251.
HSL color Cylindrical-coordinate representation of color #CBD71C: hue angle of 63.85º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBD71C is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 28 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.16 |
| HSL | 63.85º | 0.77% | 0.48% | - |
| HSV(B) | 63.85º | 0.87% | 0.84% | - |
| XYZ | 49.14 | 61.38 | 10.36 | - |
| YUV | 190.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 28 | 0.06 | 0 | 0.87 | 0.16 | 63.85 | 0.77 | 0.48 |
| Hex | CB | D7 | 1C | 6 | 0 | 57 | 10 | 40 | 4D | 30 |
| Octal | 313 | 327 | 34 | 6 | 0 | 127 | 20 | 100 | 115 | 60 |
| Binary | 11001011 | 11010111 | 11100 | 110 | 0 | 1010111 | 10000 | 1000000 | 1001101 | 110000 |
Color Harmonies of #CBD71C
Complementary color
Monochromatic Colors of #CBD71C
Black with #CBD71C
Text Example
Text Example
White with #CBD71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD71C; }
p { color: rgb(203,215,28); }
H1.HeaderClassName
{
color: #CBD71C;
}
.AnyTagClassName
{
color: #CBD71C;
}
</style>
background-color css
<style>
a { background-color: #CBD71C; }
a { background-color: rgb(203,215,28); }
div.DivClassName
{
background-color: #CBD71C;
}
.BgClassName
{
background-color: #CBD71C;
}
</style>
border-color css
<style>
span { border-color: #CBD71C; }
span { border-color: rgb(203,215,28); }
td.TdClassName
{
border-color: #CBD71C;
}
.TagClassName
{
border-color: #CBD71C;
}
</style>