Shades of Confetti #CFC24D
Tints of Confetti #CFC24D
RGB
CMYK
RGB Variations
Color information
#CFC24D (or 0xCFC24D) is known color: Confetti. HEX triplet: CF, C2 and 4D. RGB value is (207,194,77). Sum of RGB (Red+Green+Blue) = 207+194+77=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC24D is #303DB2. Grayscale: #B9B9B9. Windows color (decimal): -3161523 or 5096143. OLE color: 5096143.
HSL color Cylindrical-coordinate representation of color #CFC24D: hue angle of 54º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFC24D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 77 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.19 |
| HSL | 54º | 0.58% | 0.56% | - |
| HSV(B) | 54º | 0.63% | 0.81% | - |
| XYZ | 46.36 | 52.38 | 14.69 | - |
| YUV | 184.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 77 | 0 | 0.06 | 0.63 | 0.19 | 54 | 0.58 | 0.56 |
| Hex | CF | C2 | 4D | 0 | 6 | 3F | 13 | 36 | 3A | 38 |
| Octal | 317 | 302 | 115 | 0 | 6 | 77 | 23 | 66 | 72 | 70 |
| Binary | 11001111 | 11000010 | 1001101 | 0 | 110 | 111111 | 10011 | 110110 | 111010 | 111000 |
Color Harmonies of #CFC24D
Complementary color
Monochromatic Colors of #CFC24D
Black with #CFC24D
Text Example
Text Example
White with #CFC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC24D; }
p { color: rgb(207,194,77); }
H1.HeaderClassName
{
color: #CFC24D;
}
.AnyTagClassName
{
color: #CFC24D;
}
</style>
background-color css
<style>
a { background-color: #CFC24D; }
a { background-color: rgb(207,194,77); }
div.DivClassName
{
background-color: #CFC24D;
}
.BgClassName
{
background-color: #CFC24D;
}
</style>
border-color css
<style>
span { border-color: #CFC24D; }
span { border-color: rgb(207,194,77); }
td.TdClassName
{
border-color: #CFC24D;
}
.TagClassName
{
border-color: #CFC24D;
}
</style>