Shades of Fuego #CCD326
Tints of Fuego #CCD326
RGB
CMYK
RGB Variations
Color information
#CCD326 (or 0xCCD326) is known color: Fuego. HEX triplet: CC, D3 and 26. RGB value is (204,211,38). Sum of RGB (Red+Green+Blue) = 204+211+38=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD326 is #332CD9. Grayscale: #BDBDBD. Windows color (decimal): -3353818 or 2544588. OLE color: 2544588.
HSL color Cylindrical-coordinate representation of color #CCD326: hue angle of 62.43º degrees, saturation: 0.69, 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 #CCD326 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 38 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.17 |
| HSL | 62.43º | 0.69% | 0.49% | - |
| HSV(B) | 62.43º | 0.82% | 0.83% | - |
| XYZ | 48.55 | 59.57 | 10.77 | - |
| YUV | 189.19 | 42.68 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 38 | 0.03 | 0 | 0.82 | 0.17 | 62.43 | 0.69 | 0.49 |
| Hex | CC | D3 | 26 | 3 | 0 | 52 | 11 | 3E | 45 | 31 |
| Octal | 314 | 323 | 46 | 3 | 0 | 122 | 21 | 76 | 105 | 61 |
| Binary | 11001100 | 11010011 | 100110 | 11 | 0 | 1010010 | 10001 | 111110 | 1000101 | 110001 |
Color Harmonies of #CCD326
Complementary color
Monochromatic Colors of #CCD326
Black with #CCD326
Text Example
Text Example
White with #CCD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD326; }
p { color: rgb(204,211,38); }
H1.HeaderClassName
{
color: #CCD326;
}
.AnyTagClassName
{
color: #CCD326;
}
</style>
background-color css
<style>
a { background-color: #CCD326; }
a { background-color: rgb(204,211,38); }
div.DivClassName
{
background-color: #CCD326;
}
.BgClassName
{
background-color: #CCD326;
}
</style>
border-color css
<style>
span { border-color: #CCD326; }
span { border-color: rgb(204,211,38); }
td.TdClassName
{
border-color: #CCD326;
}
.TagClassName
{
border-color: #CCD326;
}
</style>