Shades of Confetti #CFD350
Tints of Confetti #CFD350
RGB
CMYK
RGB Variations
Color information
#CFD350 (or 0xCFD350) is known color: Confetti. HEX triplet: CF, D3 and 50. RGB value is (207,211,80). Sum of RGB (Red+Green+Blue) = 207+211+80=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD350 is #302CAF. Grayscale: #C3C3C3. Windows color (decimal): -3157168 or 5297103. OLE color: 5297103.
HSL color Cylindrical-coordinate representation of color #CFD350: hue angle of 61.83º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD350 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 80 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.17 |
| HSL | 61.83º | 0.6% | 0.57% | - |
| HSV(B) | 61.83º | 0.62% | 0.83% | - |
| XYZ | 50.47 | 60.43 | 16.59 | - |
| YUV | 194.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 80 | 0.02 | 0 | 0.62 | 0.17 | 61.83 | 0.6 | 0.57 |
| Hex | CF | D3 | 50 | 2 | 0 | 3E | 11 | 3E | 3C | 39 |
| Octal | 317 | 323 | 120 | 2 | 0 | 76 | 21 | 76 | 74 | 71 |
| Binary | 11001111 | 11010011 | 1010000 | 10 | 0 | 111110 | 10001 | 111110 | 111100 | 111001 |
Color Harmonies of #CFD350
Complementary color
Monochromatic Colors of #CFD350
Black with #CFD350
Text Example
Text Example
White with #CFD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD350; }
p { color: rgb(207,211,80); }
H1.HeaderClassName
{
color: #CFD350;
}
.AnyTagClassName
{
color: #CFD350;
}
</style>
background-color css
<style>
a { background-color: #CFD350; }
a { background-color: rgb(207,211,80); }
div.DivClassName
{
background-color: #CFD350;
}
.BgClassName
{
background-color: #CFD350;
}
</style>
border-color css
<style>
span { border-color: #CFD350; }
span { border-color: rgb(207,211,80); }
td.TdClassName
{
border-color: #CFD350;
}
.TagClassName
{
border-color: #CFD350;
}
</style>