Shades of Confetti #CFCA54
Tints of Confetti #CFCA54
RGB
CMYK
RGB Variations
Color information
#CFCA54 (or 0xCFCA54) is known color: Confetti. HEX triplet: CF, CA and 54. RGB value is (207,202,84). Sum of RGB (Red+Green+Blue) = 207+202+84=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA54 is #3035AB. Grayscale: #BEBEBE. Windows color (decimal): -3159468 or 5556943. OLE color: 5556943.
HSL color Cylindrical-coordinate representation of color #CFCA54: hue angle of 57.56º 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 #CFCA54 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 84 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.19 |
| HSL | 57.56º | 0.56% | 0.57% | - |
| HSV(B) | 57.56º | 0.59% | 0.81% | - |
| XYZ | 48.45 | 56.15 | 16.67 | - |
| YUV | 190.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 84 | 0 | 0.02 | 0.59 | 0.19 | 57.56 | 0.56 | 0.57 |
| Hex | CF | CA | 54 | 0 | 2 | 3B | 13 | 3A | 38 | 39 |
| Octal | 317 | 312 | 124 | 0 | 2 | 73 | 23 | 72 | 70 | 71 |
| Binary | 11001111 | 11001010 | 1010100 | 0 | 10 | 111011 | 10011 | 111010 | 111000 | 111001 |
Color Harmonies of #CFCA54
Complementary color
Monochromatic Colors of #CFCA54
Black with #CFCA54
Text Example
Text Example
White with #CFCA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA54; }
p { color: rgb(207,202,84); }
H1.HeaderClassName
{
color: #CFCA54;
}
.AnyTagClassName
{
color: #CFCA54;
}
</style>
background-color css
<style>
a { background-color: #CFCA54; }
a { background-color: rgb(207,202,84); }
div.DivClassName
{
background-color: #CFCA54;
}
.BgClassName
{
background-color: #CFCA54;
}
</style>
border-color css
<style>
span { border-color: #CFCA54; }
span { border-color: rgb(207,202,84); }
td.TdClassName
{
border-color: #CFCA54;
}
.TagClassName
{
border-color: #CFCA54;
}
</style>