Shades of Confetti #CFCD54
Tints of Confetti #CFCD54
RGB
CMYK
RGB Variations
Color information
#CFCD54 (or 0xCFCD54) is known color: Confetti. HEX triplet: CF, CD and 54. RGB value is (207,205,84). Sum of RGB (Red+Green+Blue) = 207+205+84=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD54 is #3032AB. Grayscale: #C0C0C0. Windows color (decimal): -3158700 or 5557711. OLE color: 5557711.
HSL color Cylindrical-coordinate representation of color #CFCD54: 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 #CFCD54 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 84 | - |
| 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.16 | 57.57 | 16.91 | - |
| YUV | 191.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 84 | 0 | 0.01 | 0.59 | 0.19 | 59.02 | 0.56 | 0.57 |
| Hex | CF | CD | 54 | 0 | 1 | 3B | 13 | 3B | 38 | 39 |
| Octal | 317 | 315 | 124 | 0 | 1 | 73 | 23 | 73 | 70 | 71 |
| Binary | 11001111 | 11001101 | 1010100 | 0 | 1 | 111011 | 10011 | 111011 | 111000 | 111001 |
Color Harmonies of #CFCD54
Complementary color
Monochromatic Colors of #CFCD54
Black with #CFCD54
Text Example
Text Example
White with #CFCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD54; }
p { color: rgb(207,205,84); }
H1.HeaderClassName
{
color: #CFCD54;
}
.AnyTagClassName
{
color: #CFCD54;
}
</style>
background-color css
<style>
a { background-color: #CFCD54; }
a { background-color: rgb(207,205,84); }
div.DivClassName
{
background-color: #CFCD54;
}
.BgClassName
{
background-color: #CFCD54;
}
</style>
border-color css
<style>
span { border-color: #CFCD54; }
span { border-color: rgb(207,205,84); }
td.TdClassName
{
border-color: #CFCD54;
}
.TagClassName
{
border-color: #CFCD54;
}
</style>