Shades of Confetti #CFCD55
Tints of Confetti #CFCD55
RGB
CMYK
RGB Variations
Color information
#CFCD55 (or 0xCFCD55) is known color: Confetti. HEX triplet: CF, CD and 55. RGB value is (207,205,85). Sum of RGB (Red+Green+Blue) = 207+205+85=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD55 is #3032AA. Grayscale: #C0C0C0. Windows color (decimal): -3158699 or 5623247. OLE color: 5623247.
HSL color Cylindrical-coordinate representation of color #CFCD55: hue angle of 59.02º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFCD55 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 85 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.19 |
| HSL | 59.02º | 0.56% | 0.57% | - |
| HSV(B) | 59.02º | 0.59% | 0.81% | - |
| XYZ | 49.2 | 57.58 | 17.12 | - |
| YUV | 191.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 85 | 0 | 0.01 | 0.59 | 0.19 | 59.02 | 0.56 | 0.57 |
| Hex | CF | CD | 55 | 0 | 1 | 3B | 13 | 3B | 38 | 39 |
| Octal | 317 | 315 | 125 | 0 | 1 | 73 | 23 | 73 | 70 | 71 |
| Binary | 11001111 | 11001101 | 1010101 | 0 | 1 | 111011 | 10011 | 111011 | 111000 | 111001 |
Color Harmonies of #CFCD55
Complementary color
Monochromatic Colors of #CFCD55
Black with #CFCD55
Text Example
Text Example
White with #CFCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD55; }
p { color: rgb(207,205,85); }
H1.HeaderClassName
{
color: #CFCD55;
}
.AnyTagClassName
{
color: #CFCD55;
}
</style>
background-color css
<style>
a { background-color: #CFCD55; }
a { background-color: rgb(207,205,85); }
div.DivClassName
{
background-color: #CFCD55;
}
.BgClassName
{
background-color: #CFCD55;
}
</style>
border-color css
<style>
span { border-color: #CFCD55; }
span { border-color: rgb(207,205,85); }
td.TdClassName
{
border-color: #CFCD55;
}
.TagClassName
{
border-color: #CFCD55;
}
</style>