Shades of Confetti #CFBF4D
Tints of Confetti #CFBF4D
RGB
CMYK
RGB Variations
Color information
#CFBF4D (or 0xCFBF4D) is known color: Confetti. HEX triplet: CF, BF and 4D. RGB value is (207,191,77). Sum of RGB (Red+Green+Blue) = 207+191+77=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF4D is #3040B2. Grayscale: #B7B7B7. Windows color (decimal): -3162291 or 5095375. OLE color: 5095375.
HSL color Cylindrical-coordinate representation of color #CFBF4D: hue angle of 52.62º 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 #CFBF4D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 77 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.19 |
| HSL | 52.62º | 0.58% | 0.56% | - |
| HSV(B) | 52.62º | 0.63% | 0.81% | - |
| XYZ | 45.7 | 51.06 | 14.47 | - |
| YUV | 182.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 77 | 0 | 0.08 | 0.63 | 0.19 | 52.62 | 0.58 | 0.56 |
| Hex | CF | BF | 4D | 0 | 8 | 3F | 13 | 35 | 3A | 38 |
| Octal | 317 | 277 | 115 | 0 | 10 | 77 | 23 | 65 | 72 | 70 |
| Binary | 11001111 | 10111111 | 1001101 | 0 | 1000 | 111111 | 10011 | 110101 | 111010 | 111000 |
Color Harmonies of #CFBF4D
Complementary color
Monochromatic Colors of #CFBF4D
Black with #CFBF4D
Text Example
Text Example
White with #CFBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF4D; }
p { color: rgb(207,191,77); }
H1.HeaderClassName
{
color: #CFBF4D;
}
.AnyTagClassName
{
color: #CFBF4D;
}
</style>
background-color css
<style>
a { background-color: #CFBF4D; }
a { background-color: rgb(207,191,77); }
div.DivClassName
{
background-color: #CFBF4D;
}
.BgClassName
{
background-color: #CFBF4D;
}
</style>
border-color css
<style>
span { border-color: #CFBF4D; }
span { border-color: rgb(207,191,77); }
td.TdClassName
{
border-color: #CFBF4D;
}
.TagClassName
{
border-color: #CFBF4D;
}
</style>