Shades of Confetti #CFC44D
Tints of Confetti #CFC44D
RGB
CMYK
RGB Variations
Color information
#CFC44D (or 0xCFC44D) is known color: Confetti. HEX triplet: CF, C4 and 4D. RGB value is (207,196,77). Sum of RGB (Red+Green+Blue) = 207+196+77=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC44D is #303BB2. Grayscale: #BABABA. Windows color (decimal): -3161011 or 5096655. OLE color: 5096655.
HSL color Cylindrical-coordinate representation of color #CFC44D: hue angle of 54.92º 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 #CFC44D is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 77 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.19 |
| HSL | 54.92º | 0.58% | 0.56% | - |
| HSV(B) | 54.92º | 0.63% | 0.81% | - |
| XYZ | 46.81 | 53.28 | 14.84 | - |
| YUV | 185.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 77 | 0 | 0.05 | 0.63 | 0.19 | 54.92 | 0.58 | 0.56 |
| Hex | CF | C4 | 4D | 0 | 5 | 3F | 13 | 37 | 3A | 38 |
| Octal | 317 | 304 | 115 | 0 | 5 | 77 | 23 | 67 | 72 | 70 |
| Binary | 11001111 | 11000100 | 1001101 | 0 | 101 | 111111 | 10011 | 110111 | 111010 | 111000 |
Color Harmonies of #CFC44D
Complementary color
Monochromatic Colors of #CFC44D
Black with #CFC44D
Text Example
Text Example
White with #CFC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC44D; }
p { color: rgb(207,196,77); }
H1.HeaderClassName
{
color: #CFC44D;
}
.AnyTagClassName
{
color: #CFC44D;
}
</style>
background-color css
<style>
a { background-color: #CFC44D; }
a { background-color: rgb(207,196,77); }
div.DivClassName
{
background-color: #CFC44D;
}
.BgClassName
{
background-color: #CFC44D;
}
</style>
border-color css
<style>
span { border-color: #CFC44D; }
span { border-color: rgb(207,196,77); }
td.TdClassName
{
border-color: #CFC44D;
}
.TagClassName
{
border-color: #CFC44D;
}
</style>