Shades of Confetti #CFC34D
Tints of Confetti #CFC34D
RGB
CMYK
RGB Variations
Color information
#CFC34D (or 0xCFC34D) is known color: Confetti. HEX triplet: CF, C3 and 4D. RGB value is (207,195,77). Sum of RGB (Red+Green+Blue) = 207+195+77=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC34D is #303CB2. Grayscale: #B9B9B9. Windows color (decimal): -3161267 or 5096399. OLE color: 5096399.
HSL color Cylindrical-coordinate representation of color #CFC34D: hue angle of 54.46º 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 #CFC34D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 77 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.19 |
| HSL | 54.46º | 0.58% | 0.56% | - |
| HSV(B) | 54.46º | 0.63% | 0.81% | - |
| XYZ | 46.59 | 52.83 | 14.76 | - |
| YUV | 185.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 77 | 0 | 0.06 | 0.63 | 0.19 | 54.46 | 0.58 | 0.56 |
| Hex | CF | C3 | 4D | 0 | 6 | 3F | 13 | 36 | 3A | 38 |
| Octal | 317 | 303 | 115 | 0 | 6 | 77 | 23 | 66 | 72 | 70 |
| Binary | 11001111 | 11000011 | 1001101 | 0 | 110 | 111111 | 10011 | 110110 | 111010 | 111000 |
Color Harmonies of #CFC34D
Complementary color
Monochromatic Colors of #CFC34D
Black with #CFC34D
Text Example
Text Example
White with #CFC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC34D; }
p { color: rgb(207,195,77); }
H1.HeaderClassName
{
color: #CFC34D;
}
.AnyTagClassName
{
color: #CFC34D;
}
</style>
background-color css
<style>
a { background-color: #CFC34D; }
a { background-color: rgb(207,195,77); }
div.DivClassName
{
background-color: #CFC34D;
}
.BgClassName
{
background-color: #CFC34D;
}
</style>
border-color css
<style>
span { border-color: #CFC34D; }
span { border-color: rgb(207,195,77); }
td.TdClassName
{
border-color: #CFC34D;
}
.TagClassName
{
border-color: #CFC34D;
}
</style>