Shades of Fuego #CBD325
Tints of Fuego #CBD325
RGB
CMYK
RGB Variations
Color information
#CBD325 (or 0xCBD325) is known color: Fuego. HEX triplet: CB, D3 and 25. RGB value is (203,211,37). Sum of RGB (Red+Green+Blue) = 203+211+37=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD325 is #342CDA. Grayscale: #BDBDBD. Windows color (decimal): -3419355 or 2479051. OLE color: 2479051.
HSL color Cylindrical-coordinate representation of color #CBD325: hue angle of 62.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBD325 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 37 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.17 |
| HSL | 62.76º | 0.7% | 0.49% | - |
| HSV(B) | 62.76º | 0.82% | 0.83% | - |
| XYZ | 48.26 | 59.42 | 10.68 | - |
| YUV | 188.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 37 | 0.04 | 0 | 0.82 | 0.17 | 62.76 | 0.7 | 0.49 |
| Hex | CB | D3 | 25 | 4 | 0 | 52 | 11 | 3F | 46 | 31 |
| Octal | 313 | 323 | 45 | 4 | 0 | 122 | 21 | 77 | 106 | 61 |
| Binary | 11001011 | 11010011 | 100101 | 100 | 0 | 1010010 | 10001 | 111111 | 1000110 | 110001 |
Color Harmonies of #CBD325
Complementary color
Monochromatic Colors of #CBD325
Black with #CBD325
Text Example
Text Example
White with #CBD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD325; }
p { color: rgb(203,211,37); }
H1.HeaderClassName
{
color: #CBD325;
}
.AnyTagClassName
{
color: #CBD325;
}
</style>
background-color css
<style>
a { background-color: #CBD325; }
a { background-color: rgb(203,211,37); }
div.DivClassName
{
background-color: #CBD325;
}
.BgClassName
{
background-color: #CBD325;
}
</style>
border-color css
<style>
span { border-color: #CBD325; }
span { border-color: rgb(203,211,37); }
td.TdClassName
{
border-color: #CBD325;
}
.TagClassName
{
border-color: #CBD325;
}
</style>