Shades of Confetti #CFBE4D
Tints of Confetti #CFBE4D
RGB
CMYK
RGB Variations
Color information
#CFBE4D (or 0xCFBE4D) is known color: Confetti. HEX triplet: CF, BE and 4D. RGB value is (207,190,77). Sum of RGB (Red+Green+Blue) = 207+190+77=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE4D is #3041B2. Grayscale: #B6B6B6. Windows color (decimal): -3162547 or 5095119. OLE color: 5095119.
HSL color Cylindrical-coordinate representation of color #CFBE4D: hue angle of 52.15º 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 #CFBE4D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 77 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.19 |
| HSL | 52.15º | 0.58% | 0.56% | - |
| HSV(B) | 52.15º | 0.63% | 0.81% | - |
| XYZ | 45.49 | 50.63 | 14.4 | - |
| YUV | 182.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 77 | 0 | 0.08 | 0.63 | 0.19 | 52.15 | 0.58 | 0.56 |
| Hex | CF | BE | 4D | 0 | 8 | 3F | 13 | 34 | 3A | 38 |
| Octal | 317 | 276 | 115 | 0 | 10 | 77 | 23 | 64 | 72 | 70 |
| Binary | 11001111 | 10111110 | 1001101 | 0 | 1000 | 111111 | 10011 | 110100 | 111010 | 111000 |
Color Harmonies of #CFBE4D
Complementary color
Monochromatic Colors of #CFBE4D
Black with #CFBE4D
Text Example
Text Example
White with #CFBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE4D; }
p { color: rgb(207,190,77); }
H1.HeaderClassName
{
color: #CFBE4D;
}
.AnyTagClassName
{
color: #CFBE4D;
}
</style>
background-color css
<style>
a { background-color: #CFBE4D; }
a { background-color: rgb(207,190,77); }
div.DivClassName
{
background-color: #CFBE4D;
}
.BgClassName
{
background-color: #CFBE4D;
}
</style>
border-color css
<style>
span { border-color: #CFBE4D; }
span { border-color: rgb(207,190,77); }
td.TdClassName
{
border-color: #CFBE4D;
}
.TagClassName
{
border-color: #CFBE4D;
}
</style>