Shades of Fuego #CBD527
Tints of Fuego #CBD527
RGB
CMYK
RGB Variations
Color information
#CBD527 (or 0xCBD527) is known color: Fuego. HEX triplet: CB, D5 and 27. RGB value is (203,213,39). Sum of RGB (Red+Green+Blue) = 203+213+39=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD527 is #342AD8. Grayscale: #BEBEBE. Windows color (decimal): -3418841 or 2610635. OLE color: 2610635.
HSL color Cylindrical-coordinate representation of color #CBD527: hue angle of 63.45º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBD527 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 39 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.16 |
| HSL | 63.45º | 0.69% | 0.49% | - |
| HSV(B) | 63.45º | 0.82% | 0.84% | - |
| XYZ | 48.79 | 60.43 | 11.01 | - |
| YUV | 190.17 | 42.69 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 39 | 0.05 | 0 | 0.82 | 0.16 | 63.45 | 0.69 | 0.49 |
| Hex | CB | D5 | 27 | 5 | 0 | 52 | 10 | 3F | 45 | 31 |
| Octal | 313 | 325 | 47 | 5 | 0 | 122 | 20 | 77 | 105 | 61 |
| Binary | 11001011 | 11010101 | 100111 | 101 | 0 | 1010010 | 10000 | 111111 | 1000101 | 110001 |
Color Harmonies of #CBD527
Complementary color
Monochromatic Colors of #CBD527
Black with #CBD527
Text Example
Text Example
White with #CBD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD527; }
p { color: rgb(203,213,39); }
H1.HeaderClassName
{
color: #CBD527;
}
.AnyTagClassName
{
color: #CBD527;
}
</style>
background-color css
<style>
a { background-color: #CBD527; }
a { background-color: rgb(203,213,39); }
div.DivClassName
{
background-color: #CBD527;
}
.BgClassName
{
background-color: #CBD527;
}
</style>
border-color css
<style>
span { border-color: #CBD527; }
span { border-color: rgb(203,213,39); }
td.TdClassName
{
border-color: #CBD527;
}
.TagClassName
{
border-color: #CBD527;
}
</style>