Shades of Confetti #CFCA4D
Tints of Confetti #CFCA4D
RGB
CMYK
RGB Variations
Color information
#CFCA4D (or 0xCFCA4D) is known color: Confetti. HEX triplet: CF, CA and 4D. RGB value is (207,202,77). Sum of RGB (Red+Green+Blue) = 207+202+77=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA4D is #3035B2. Grayscale: #BDBDBD. Windows color (decimal): -3159475 or 5098191. OLE color: 5098191.
HSL color Cylindrical-coordinate representation of color #CFCA4D: hue angle of 57.69º 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 #CFCA4D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 77 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.19 |
| HSL | 57.69º | 0.58% | 0.56% | - |
| HSV(B) | 57.69º | 0.63% | 0.81% | - |
| XYZ | 48.19 | 56.04 | 15.3 | - |
| YUV | 189.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 77 | 0 | 0.02 | 0.63 | 0.19 | 57.69 | 0.58 | 0.56 |
| Hex | CF | CA | 4D | 0 | 2 | 3F | 13 | 3A | 3A | 38 |
| Octal | 317 | 312 | 115 | 0 | 2 | 77 | 23 | 72 | 72 | 70 |
| Binary | 11001111 | 11001010 | 1001101 | 0 | 10 | 111111 | 10011 | 111010 | 111010 | 111000 |
Color Harmonies of #CFCA4D
Complementary color
Monochromatic Colors of #CFCA4D
Black with #CFCA4D
Text Example
Text Example
White with #CFCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA4D; }
p { color: rgb(207,202,77); }
H1.HeaderClassName
{
color: #CFCA4D;
}
.AnyTagClassName
{
color: #CFCA4D;
}
</style>
background-color css
<style>
a { background-color: #CFCA4D; }
a { background-color: rgb(207,202,77); }
div.DivClassName
{
background-color: #CFCA4D;
}
.BgClassName
{
background-color: #CFCA4D;
}
</style>
border-color css
<style>
span { border-color: #CFCA4D; }
span { border-color: rgb(207,202,77); }
td.TdClassName
{
border-color: #CFCA4D;
}
.TagClassName
{
border-color: #CFCA4D;
}
</style>