Shades of Confetti #CFCA4F
Tints of Confetti #CFCA4F
RGB
CMYK
RGB Variations
Color information
#CFCA4F (or 0xCFCA4F) is known color: Confetti. HEX triplet: CF, CA and 4F. RGB value is (207,202,79). Sum of RGB (Red+Green+Blue) = 207+202+79=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA4F is #3035B0. Grayscale: #BDBDBD. Windows color (decimal): -3159473 or 5229263. OLE color: 5229263.
HSL color Cylindrical-coordinate representation of color #CFCA4F: hue angle of 57.66º 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 #CFCA4F is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 79 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.19 |
| HSL | 57.66º | 0.57% | 0.56% | - |
| HSV(B) | 57.66º | 0.62% | 0.81% | - |
| XYZ | 48.26 | 56.07 | 15.68 | - |
| YUV | 189.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 79 | 0 | 0.02 | 0.62 | 0.19 | 57.66 | 0.57 | 0.56 |
| Hex | CF | CA | 4F | 0 | 2 | 3E | 13 | 3A | 39 | 38 |
| Octal | 317 | 312 | 117 | 0 | 2 | 76 | 23 | 72 | 71 | 70 |
| Binary | 11001111 | 11001010 | 1001111 | 0 | 10 | 111110 | 10011 | 111010 | 111001 | 111000 |
Color Harmonies of #CFCA4F
Complementary color
Monochromatic Colors of #CFCA4F
Black with #CFCA4F
Text Example
Text Example
White with #CFCA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA4F; }
p { color: rgb(207,202,79); }
H1.HeaderClassName
{
color: #CFCA4F;
}
.AnyTagClassName
{
color: #CFCA4F;
}
</style>
background-color css
<style>
a { background-color: #CFCA4F; }
a { background-color: rgb(207,202,79); }
div.DivClassName
{
background-color: #CFCA4F;
}
.BgClassName
{
background-color: #CFCA4F;
}
</style>
border-color css
<style>
span { border-color: #CFCA4F; }
span { border-color: rgb(207,202,79); }
td.TdClassName
{
border-color: #CFCA4F;
}
.TagClassName
{
border-color: #CFCA4F;
}
</style>