Shades of Confetti #CFC74F
Tints of Confetti #CFC74F
RGB
CMYK
RGB Variations
Color information
#CFC74F (or 0xCFC74F) is known color: Confetti. HEX triplet: CF, C7 and 4F. RGB value is (207,199,79). Sum of RGB (Red+Green+Blue) = 207+199+79=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC74F is #3038B0. Grayscale: #BCBCBC. Windows color (decimal): -3160241 or 5228495. OLE color: 5228495.
HSL color Cylindrical-coordinate representation of color #CFC74F: hue angle of 56.25º 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 #CFC74F is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 79 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.19 |
| HSL | 56.25º | 0.57% | 0.56% | - |
| HSV(B) | 56.25º | 0.62% | 0.81% | - |
| XYZ | 47.57 | 54.68 | 15.44 | - |
| YUV | 187.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 79 | 0 | 0.04 | 0.62 | 0.19 | 56.25 | 0.57 | 0.56 |
| Hex | CF | C7 | 4F | 0 | 4 | 3E | 13 | 38 | 39 | 38 |
| Octal | 317 | 307 | 117 | 0 | 4 | 76 | 23 | 70 | 71 | 70 |
| Binary | 11001111 | 11000111 | 1001111 | 0 | 100 | 111110 | 10011 | 111000 | 111001 | 111000 |
Color Harmonies of #CFC74F
Complementary color
Monochromatic Colors of #CFC74F
Black with #CFC74F
Text Example
Text Example
White with #CFC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC74F; }
p { color: rgb(207,199,79); }
H1.HeaderClassName
{
color: #CFC74F;
}
.AnyTagClassName
{
color: #CFC74F;
}
</style>
background-color css
<style>
a { background-color: #CFC74F; }
a { background-color: rgb(207,199,79); }
div.DivClassName
{
background-color: #CFC74F;
}
.BgClassName
{
background-color: #CFC74F;
}
</style>
border-color css
<style>
span { border-color: #CFC74F; }
span { border-color: rgb(207,199,79); }
td.TdClassName
{
border-color: #CFC74F;
}
.TagClassName
{
border-color: #CFC74F;
}
</style>