Shades of Confetti #CFCB4D
Tints of Confetti #CFCB4D
RGB
CMYK
RGB Variations
Color information
#CFCB4D (or 0xCFCB4D) is known color: Confetti. HEX triplet: CF, CB and 4D. RGB value is (207,203,77). Sum of RGB (Red+Green+Blue) = 207+203+77=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB4D is #3034B2. Grayscale: #BEBEBE. Windows color (decimal): -3159219 or 5098447. OLE color: 5098447.
HSL color Cylindrical-coordinate representation of color #CFCB4D: hue angle of 58.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 #CFCB4D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 77 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.19 |
| HSL | 58.15º | 0.58% | 0.56% | - |
| HSV(B) | 58.15º | 0.63% | 0.81% | - |
| XYZ | 48.43 | 56.51 | 15.38 | - |
| YUV | 189.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 77 | 0 | 0.02 | 0.63 | 0.19 | 58.15 | 0.58 | 0.56 |
| Hex | CF | CB | 4D | 0 | 2 | 3F | 13 | 3A | 3A | 38 |
| Octal | 317 | 313 | 115 | 0 | 2 | 77 | 23 | 72 | 72 | 70 |
| Binary | 11001111 | 11001011 | 1001101 | 0 | 10 | 111111 | 10011 | 111010 | 111010 | 111000 |
Color Harmonies of #CFCB4D
Complementary color
Monochromatic Colors of #CFCB4D
Black with #CFCB4D
Text Example
Text Example
White with #CFCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB4D; }
p { color: rgb(207,203,77); }
H1.HeaderClassName
{
color: #CFCB4D;
}
.AnyTagClassName
{
color: #CFCB4D;
}
</style>
background-color css
<style>
a { background-color: #CFCB4D; }
a { background-color: rgb(207,203,77); }
div.DivClassName
{
background-color: #CFCB4D;
}
.BgClassName
{
background-color: #CFCB4D;
}
</style>
border-color css
<style>
span { border-color: #CFCB4D; }
span { border-color: rgb(207,203,77); }
td.TdClassName
{
border-color: #CFCB4D;
}
.TagClassName
{
border-color: #CFCB4D;
}
</style>