Shades of Confetti #CFC04D
Tints of Confetti #CFC04D
RGB
CMYK
RGB Variations
Color information
#CFC04D (or 0xCFC04D) is known color: Confetti. HEX triplet: CF, C0 and 4D. RGB value is (207,192,77). Sum of RGB (Red+Green+Blue) = 207+192+77=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC04D is #303FB2. Grayscale: #B7B7B7. Windows color (decimal): -3162035 or 5095631. OLE color: 5095631.
HSL color Cylindrical-coordinate representation of color #CFC04D: hue angle of 53.08º 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 #CFC04D is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 77 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.19 |
| HSL | 53.08º | 0.58% | 0.56% | - |
| HSV(B) | 53.08º | 0.63% | 0.81% | - |
| XYZ | 45.92 | 51.5 | 14.54 | - |
| YUV | 183.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 77 | 0 | 0.07 | 0.63 | 0.19 | 53.08 | 0.58 | 0.56 |
| Hex | CF | C0 | 4D | 0 | 7 | 3F | 13 | 35 | 3A | 38 |
| Octal | 317 | 300 | 115 | 0 | 7 | 77 | 23 | 65 | 72 | 70 |
| Binary | 11001111 | 11000000 | 1001101 | 0 | 111 | 111111 | 10011 | 110101 | 111010 | 111000 |
Color Harmonies of #CFC04D
Complementary color
Monochromatic Colors of #CFC04D
Black with #CFC04D
Text Example
Text Example
White with #CFC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC04D; }
p { color: rgb(207,192,77); }
H1.HeaderClassName
{
color: #CFC04D;
}
.AnyTagClassName
{
color: #CFC04D;
}
</style>
background-color css
<style>
a { background-color: #CFC04D; }
a { background-color: rgb(207,192,77); }
div.DivClassName
{
background-color: #CFC04D;
}
.BgClassName
{
background-color: #CFC04D;
}
</style>
border-color css
<style>
span { border-color: #CFC04D; }
span { border-color: rgb(207,192,77); }
td.TdClassName
{
border-color: #CFC04D;
}
.TagClassName
{
border-color: #CFC04D;
}
</style>