Shades of Confetti #CFD051
Tints of Confetti #CFD051
RGB
CMYK
RGB Variations
Color information
#CFD051 (or 0xCFD051) is known color: Confetti. HEX triplet: CF, D0 and 51. RGB value is (207,208,81). Sum of RGB (Red+Green+Blue) = 207+208+81=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD051 is #302FAE. Grayscale: #C1C1C1. Windows color (decimal): -3157935 or 5361871. OLE color: 5361871.
HSL color Cylindrical-coordinate representation of color #CFD051: hue angle of 60.47º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFD051 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 81 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.18 |
| HSL | 60.47º | 0.57% | 0.57% | - |
| HSV(B) | 60.47º | 0.61% | 0.82% | - |
| XYZ | 49.77 | 58.97 | 16.54 | - |
| YUV | 193.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 81 | 0.00 | 0 | 0.61 | 0.18 | 60.47 | 0.57 | 0.57 |
| Hex | CF | D0 | 51 | 0 | 0 | 3D | 12 | 3C | 39 | 39 |
| Octal | 317 | 320 | 121 | 0 | 0 | 75 | 22 | 74 | 71 | 71 |
| Binary | 11001111 | 11010000 | 1010001 | 0 | 0 | 111101 | 10010 | 111100 | 111001 | 111001 |
Color Harmonies of #CFD051
Complementary color
Monochromatic Colors of #CFD051
Black with #CFD051
Text Example
Text Example
White with #CFD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD051; }
p { color: rgb(207,208,81); }
H1.HeaderClassName
{
color: #CFD051;
}
.AnyTagClassName
{
color: #CFD051;
}
</style>
background-color css
<style>
a { background-color: #CFD051; }
a { background-color: rgb(207,208,81); }
div.DivClassName
{
background-color: #CFD051;
}
.BgClassName
{
background-color: #CFD051;
}
</style>
border-color css
<style>
span { border-color: #CFD051; }
span { border-color: rgb(207,208,81); }
td.TdClassName
{
border-color: #CFD051;
}
.TagClassName
{
border-color: #CFD051;
}
</style>