Shades of Fuego #CBD727
Tints of Fuego #CBD727
RGB
CMYK
RGB Variations
Color information
#CBD727 (or 0xCBD727) is known color: Fuego. HEX triplet: CB, D7 and 27. RGB value is (203,215,39). Sum of RGB (Red+Green+Blue) = 203+215+39=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD727 is #3428D8. Grayscale: #C0C0C0. Windows color (decimal): -3418329 or 2611147. OLE color: 2611147.
HSL color Cylindrical-coordinate representation of color #CBD727: hue angle of 64.09º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBD727 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 39 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.16 |
| HSL | 64.09º | 0.69% | 0.5% | - |
| HSV(B) | 64.09º | 0.82% | 0.84% | - |
| XYZ | 49.3 | 61.44 | 11.18 | - |
| YUV | 191.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 39 | 0.06 | 0 | 0.82 | 0.16 | 64.09 | 0.69 | 0.5 |
| Hex | CB | D7 | 27 | 6 | 0 | 52 | 10 | 40 | 45 | 32 |
| Octal | 313 | 327 | 47 | 6 | 0 | 122 | 20 | 100 | 105 | 62 |
| Binary | 11001011 | 11010111 | 100111 | 110 | 0 | 1010010 | 10000 | 1000000 | 1000101 | 110010 |
Color Harmonies of #CBD727
Complementary color
Monochromatic Colors of #CBD727
Black with #CBD727
Text Example
Text Example
White with #CBD727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD727; }
p { color: rgb(203,215,39); }
H1.HeaderClassName
{
color: #CBD727;
}
.AnyTagClassName
{
color: #CBD727;
}
</style>
background-color css
<style>
a { background-color: #CBD727; }
a { background-color: rgb(203,215,39); }
div.DivClassName
{
background-color: #CBD727;
}
.BgClassName
{
background-color: #CBD727;
}
</style>
border-color css
<style>
span { border-color: #CBD727; }
span { border-color: rgb(203,215,39); }
td.TdClassName
{
border-color: #CBD727;
}
.TagClassName
{
border-color: #CBD727;
}
</style>