Shades of Confetti #CFC74D
Tints of Confetti #CFC74D
RGB
CMYK
RGB Variations
Color information
#CFC74D (or 0xCFC74D) is known color: Confetti. HEX triplet: CF, C7 and 4D. RGB value is (207,199,77). Sum of RGB (Red+Green+Blue) = 207+199+77=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC74D is #3038B2. Grayscale: #BBBBBB. Windows color (decimal): -3160243 or 5097423. OLE color: 5097423.
HSL color Cylindrical-coordinate representation of color #CFC74D: hue angle of 56.31º 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 #CFC74D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 77 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.19 |
| HSL | 56.31º | 0.58% | 0.56% | - |
| HSV(B) | 56.31º | 0.63% | 0.81% | - |
| XYZ | 47.5 | 54.65 | 15.07 | - |
| YUV | 187.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 77 | 0 | 0.04 | 0.63 | 0.19 | 56.31 | 0.58 | 0.56 |
| Hex | CF | C7 | 4D | 0 | 4 | 3F | 13 | 38 | 3A | 38 |
| Octal | 317 | 307 | 115 | 0 | 4 | 77 | 23 | 70 | 72 | 70 |
| Binary | 11001111 | 11000111 | 1001101 | 0 | 100 | 111111 | 10011 | 111000 | 111010 | 111000 |
Color Harmonies of #CFC74D
Complementary color
Monochromatic Colors of #CFC74D
Black with #CFC74D
Text Example
Text Example
White with #CFC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC74D; }
p { color: rgb(207,199,77); }
H1.HeaderClassName
{
color: #CFC74D;
}
.AnyTagClassName
{
color: #CFC74D;
}
</style>
background-color css
<style>
a { background-color: #CFC74D; }
a { background-color: rgb(207,199,77); }
div.DivClassName
{
background-color: #CFC74D;
}
.BgClassName
{
background-color: #CFC74D;
}
</style>
border-color css
<style>
span { border-color: #CFC74D; }
span { border-color: rgb(207,199,77); }
td.TdClassName
{
border-color: #CFC74D;
}
.TagClassName
{
border-color: #CFC74D;
}
</style>