Shades of Confetti #CFC34F
Tints of Confetti #CFC34F
RGB
CMYK
RGB Variations
Color information
#CFC34F (or 0xCFC34F) is known color: Confetti. HEX triplet: CF, C3 and 4F. RGB value is (207,195,79). Sum of RGB (Red+Green+Blue) = 207+195+79=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC34F is #303CB0. Grayscale: #B9B9B9. Windows color (decimal): -3161265 or 5227471. OLE color: 5227471.
HSL color Cylindrical-coordinate representation of color #CFC34F: hue angle of 54.38º 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 #CFC34F is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 79 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.19 |
| HSL | 54.38º | 0.57% | 0.56% | - |
| HSV(B) | 54.38º | 0.62% | 0.81% | - |
| XYZ | 46.66 | 52.86 | 15.14 | - |
| YUV | 185.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 79 | 0 | 0.06 | 0.62 | 0.19 | 54.38 | 0.57 | 0.56 |
| Hex | CF | C3 | 4F | 0 | 6 | 3E | 13 | 36 | 39 | 38 |
| Octal | 317 | 303 | 117 | 0 | 6 | 76 | 23 | 66 | 71 | 70 |
| Binary | 11001111 | 11000011 | 1001111 | 0 | 110 | 111110 | 10011 | 110110 | 111001 | 111000 |
Color Harmonies of #CFC34F
Complementary color
Monochromatic Colors of #CFC34F
Black with #CFC34F
Text Example
Text Example
White with #CFC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC34F; }
p { color: rgb(207,195,79); }
H1.HeaderClassName
{
color: #CFC34F;
}
.AnyTagClassName
{
color: #CFC34F;
}
</style>
background-color css
<style>
a { background-color: #CFC34F; }
a { background-color: rgb(207,195,79); }
div.DivClassName
{
background-color: #CFC34F;
}
.BgClassName
{
background-color: #CFC34F;
}
</style>
border-color css
<style>
span { border-color: #CFC34F; }
span { border-color: rgb(207,195,79); }
td.TdClassName
{
border-color: #CFC34F;
}
.TagClassName
{
border-color: #CFC34F;
}
</style>