Shades of Confetti #CFCF54
Tints of Confetti #CFCF54
RGB
CMYK
RGB Variations
Color information
#CFCF54 (or 0xCFCF54) is known color: Confetti. HEX triplet: CF, CF and 54. RGB value is (207,207,84). Sum of RGB (Red+Green+Blue) = 207+207+84=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF54 is #3030AB. Grayscale: #C1C1C1. Windows color (decimal): -3158188 or 5558223. OLE color: 5558223.
HSL color Cylindrical-coordinate representation of color #CFCF54: hue angle of 60º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFCF54 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 84 | - |
| CMYK | 0 | 0 | 0.59 | 0.19 |
| HSL | 60º | 0.56% | 0.57% | - |
| HSV(B) | 60º | 0.59% | 0.81% | - |
| XYZ | 49.65 | 58.53 | 17.07 | - |
| YUV | 192.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 84 | 0 | 0 | 0.59 | 0.19 | 60 | 0.56 | 0.57 |
| Hex | CF | CF | 54 | 0 | 0 | 3B | 13 | 3C | 38 | 39 |
| Octal | 317 | 317 | 124 | 0 | 0 | 73 | 23 | 74 | 70 | 71 |
| Binary | 11001111 | 11001111 | 1010100 | 0 | 0 | 111011 | 10011 | 111100 | 111000 | 111001 |
Color Harmonies of #CFCF54
Complementary color
Monochromatic Colors of #CFCF54
Black with #CFCF54
Text Example
Text Example
White with #CFCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF54; }
p { color: rgb(207,207,84); }
H1.HeaderClassName
{
color: #CFCF54;
}
.AnyTagClassName
{
color: #CFCF54;
}
</style>
background-color css
<style>
a { background-color: #CFCF54; }
a { background-color: rgb(207,207,84); }
div.DivClassName
{
background-color: #CFCF54;
}
.BgClassName
{
background-color: #CFCF54;
}
</style>
border-color css
<style>
span { border-color: #CFCF54; }
span { border-color: rgb(207,207,84); }
td.TdClassName
{
border-color: #CFCF54;
}
.TagClassName
{
border-color: #CFCF54;
}
</style>