Shades of Confetti #CFC14D
Tints of Confetti #CFC14D
RGB
CMYK
RGB Variations
Color information
#CFC14D (or 0xCFC14D) is known color: Confetti. HEX triplet: CF, C1 and 4D. RGB value is (207,193,77). Sum of RGB (Red+Green+Blue) = 207+193+77=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC14D is #303EB2. Grayscale: #B8B8B8. Windows color (decimal): -3161779 or 5095887. OLE color: 5095887.
HSL color Cylindrical-coordinate representation of color #CFC14D: hue angle of 53.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 #CFC14D is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 77 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.19 |
| HSL | 53.54º | 0.58% | 0.56% | - |
| HSV(B) | 53.54º | 0.63% | 0.81% | - |
| XYZ | 46.14 | 51.94 | 14.61 | - |
| YUV | 183.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 77 | 0 | 0.07 | 0.63 | 0.19 | 53.54 | 0.58 | 0.56 |
| Hex | CF | C1 | 4D | 0 | 7 | 3F | 13 | 36 | 3A | 38 |
| Octal | 317 | 301 | 115 | 0 | 7 | 77 | 23 | 66 | 72 | 70 |
| Binary | 11001111 | 11000001 | 1001101 | 0 | 111 | 111111 | 10011 | 110110 | 111010 | 111000 |
Color Harmonies of #CFC14D
Complementary color
Monochromatic Colors of #CFC14D
Black with #CFC14D
Text Example
Text Example
White with #CFC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC14D; }
p { color: rgb(207,193,77); }
H1.HeaderClassName
{
color: #CFC14D;
}
.AnyTagClassName
{
color: #CFC14D;
}
</style>
background-color css
<style>
a { background-color: #CFC14D; }
a { background-color: rgb(207,193,77); }
div.DivClassName
{
background-color: #CFC14D;
}
.BgClassName
{
background-color: #CFC14D;
}
</style>
border-color css
<style>
span { border-color: #CFC14D; }
span { border-color: rgb(207,193,77); }
td.TdClassName
{
border-color: #CFC14D;
}
.TagClassName
{
border-color: #CFC14D;
}
</style>