Shades of Confetti #CFCD4D
Tints of Confetti #CFCD4D
RGB
CMYK
RGB Variations
Color information
#CFCD4D (or 0xCFCD4D) is known color: Confetti. HEX triplet: CF, CD and 4D. RGB value is (207,205,77). Sum of RGB (Red+Green+Blue) = 207+205+77=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD4D is #3032B2. Grayscale: #BFBFBF. Windows color (decimal): -3158707 or 5098959. OLE color: 5098959.
HSL color Cylindrical-coordinate representation of color #CFCD4D: hue angle of 59.08º 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 #CFCD4D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 77 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.19 |
| HSL | 59.08º | 0.58% | 0.56% | - |
| HSV(B) | 59.08º | 0.63% | 0.81% | - |
| XYZ | 48.9 | 57.46 | 15.54 | - |
| YUV | 191.01 | 63.66 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 77 | 0 | 0.01 | 0.63 | 0.19 | 59.08 | 0.58 | 0.56 |
| Hex | CF | CD | 4D | 0 | 1 | 3F | 13 | 3B | 3A | 38 |
| Octal | 317 | 315 | 115 | 0 | 1 | 77 | 23 | 73 | 72 | 70 |
| Binary | 11001111 | 11001101 | 1001101 | 0 | 1 | 111111 | 10011 | 111011 | 111010 | 111000 |
Color Harmonies of #CFCD4D
Complementary color
Monochromatic Colors of #CFCD4D
Black with #CFCD4D
Text Example
Text Example
White with #CFCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD4D; }
p { color: rgb(207,205,77); }
H1.HeaderClassName
{
color: #CFCD4D;
}
.AnyTagClassName
{
color: #CFCD4D;
}
</style>
background-color css
<style>
a { background-color: #CFCD4D; }
a { background-color: rgb(207,205,77); }
div.DivClassName
{
background-color: #CFCD4D;
}
.BgClassName
{
background-color: #CFCD4D;
}
</style>
border-color css
<style>
span { border-color: #CFCD4D; }
span { border-color: rgb(207,205,77); }
td.TdClassName
{
border-color: #CFCD4D;
}
.TagClassName
{
border-color: #CFCD4D;
}
</style>