Shades of Confetti #CFD14F
Tints of Confetti #CFD14F
RGB
CMYK
RGB Variations
Color information
#CFD14F (or 0xCFD14F) is known color: Confetti. HEX triplet: CF, D1 and 4F. RGB value is (207,209,79). Sum of RGB (Red+Green+Blue) = 207+209+79=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD14F is #302EB0. Grayscale: #C2C2C2. Windows color (decimal): -3157681 or 5231055. OLE color: 5231055.
HSL color Cylindrical-coordinate representation of color #CFD14F: hue angle of 60.92º degrees, saturation: 0.59, 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 #CFD14F is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 79 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.18 |
| HSL | 60.92º | 0.59% | 0.56% | - |
| HSV(B) | 60.92º | 0.62% | 0.82% | - |
| XYZ | 49.94 | 59.43 | 16.24 | - |
| YUV | 193.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 79 | 0.01 | 0 | 0.62 | 0.18 | 60.92 | 0.59 | 0.56 |
| Hex | CF | D1 | 4F | 1 | 0 | 3E | 12 | 3D | 3B | 38 |
| Octal | 317 | 321 | 117 | 1 | 0 | 76 | 22 | 75 | 73 | 70 |
| Binary | 11001111 | 11010001 | 1001111 | 1 | 0 | 111110 | 10010 | 111101 | 111011 | 111000 |
Color Harmonies of #CFD14F
Complementary color
Monochromatic Colors of #CFD14F
Black with #CFD14F
Text Example
Text Example
White with #CFD14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD14F; }
p { color: rgb(207,209,79); }
H1.HeaderClassName
{
color: #CFD14F;
}
.AnyTagClassName
{
color: #CFD14F;
}
</style>
background-color css
<style>
a { background-color: #CFD14F; }
a { background-color: rgb(207,209,79); }
div.DivClassName
{
background-color: #CFD14F;
}
.BgClassName
{
background-color: #CFD14F;
}
</style>
border-color css
<style>
span { border-color: #CFD14F; }
span { border-color: rgb(207,209,79); }
td.TdClassName
{
border-color: #CFD14F;
}
.TagClassName
{
border-color: #CFD14F;
}
</style>