Shades of Confetti #CFCC4F
Tints of Confetti #CFCC4F
RGB
CMYK
RGB Variations
Color information
#CFCC4F (or 0xCFCC4F) is known color: Confetti. HEX triplet: CF, CC and 4F. RGB value is (207,204,79). Sum of RGB (Red+Green+Blue) = 207+204+79=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC4F is #3033B0. Grayscale: #BFBFBF. Windows color (decimal): -3158961 or 5229775. OLE color: 5229775.
HSL color Cylindrical-coordinate representation of color #CFCC4F: hue angle of 58.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFCC4F is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 79 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.19 |
| HSL | 58.59º | 0.57% | 0.56% | - |
| HSV(B) | 58.59º | 0.62% | 0.81% | - |
| XYZ | 48.74 | 57.02 | 15.83 | - |
| YUV | 190.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 79 | 0 | 0.01 | 0.62 | 0.19 | 58.59 | 0.57 | 0.56 |
| Hex | CF | CC | 4F | 0 | 1 | 3E | 13 | 3B | 39 | 38 |
| Octal | 317 | 314 | 117 | 0 | 1 | 76 | 23 | 73 | 71 | 70 |
| Binary | 11001111 | 11001100 | 1001111 | 0 | 1 | 111110 | 10011 | 111011 | 111001 | 111000 |
Color Harmonies of #CFCC4F
Complementary color
Monochromatic Colors of #CFCC4F
Black with #CFCC4F
Text Example
Text Example
White with #CFCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC4F; }
p { color: rgb(207,204,79); }
H1.HeaderClassName
{
color: #CFCC4F;
}
.AnyTagClassName
{
color: #CFCC4F;
}
</style>
background-color css
<style>
a { background-color: #CFCC4F; }
a { background-color: rgb(207,204,79); }
div.DivClassName
{
background-color: #CFCC4F;
}
.BgClassName
{
background-color: #CFCC4F;
}
</style>
border-color css
<style>
span { border-color: #CFCC4F; }
span { border-color: rgb(207,204,79); }
td.TdClassName
{
border-color: #CFCC4F;
}
.TagClassName
{
border-color: #CFCC4F;
}
</style>