Shades of Confetti #CFD04F
Tints of Confetti #CFD04F
RGB
CMYK
RGB Variations
Color information
#CFD04F (or 0xCFD04F) is known color: Confetti. HEX triplet: CF, D0 and 4F. RGB value is (207,208,79). Sum of RGB (Red+Green+Blue) = 207+208+79=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD04F is #302FB0. Grayscale: #C1C1C1. Windows color (decimal): -3157937 or 5230799. OLE color: 5230799.
HSL color Cylindrical-coordinate representation of color #CFD04F: hue angle of 60.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD04F is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 79 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.18 |
| HSL | 60.47º | 0.58% | 0.56% | - |
| HSV(B) | 60.47º | 0.62% | 0.82% | - |
| XYZ | 49.7 | 58.94 | 16.15 | - |
| YUV | 193 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 79 | 0.00 | 0 | 0.62 | 0.18 | 60.47 | 0.58 | 0.56 |
| Hex | CF | D0 | 4F | 0 | 0 | 3E | 12 | 3C | 3A | 38 |
| Octal | 317 | 320 | 117 | 0 | 0 | 76 | 22 | 74 | 72 | 70 |
| Binary | 11001111 | 11010000 | 1001111 | 0 | 0 | 111110 | 10010 | 111100 | 111010 | 111000 |
Color Harmonies of #CFD04F
Complementary color
Monochromatic Colors of #CFD04F
Black with #CFD04F
Text Example
Text Example
White with #CFD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD04F; }
p { color: rgb(207,208,79); }
H1.HeaderClassName
{
color: #CFD04F;
}
.AnyTagClassName
{
color: #CFD04F;
}
</style>
background-color css
<style>
a { background-color: #CFD04F; }
a { background-color: rgb(207,208,79); }
div.DivClassName
{
background-color: #CFD04F;
}
.BgClassName
{
background-color: #CFD04F;
}
</style>
border-color css
<style>
span { border-color: #CFD04F; }
span { border-color: rgb(207,208,79); }
td.TdClassName
{
border-color: #CFD04F;
}
.TagClassName
{
border-color: #CFD04F;
}
</style>