Shades of Confetti #CEC44D
Tints of Confetti #CEC44D
RGB
CMYK
RGB Variations
Color information
#CEC44D (or 0xCEC44D) is known color: Confetti. HEX triplet: CE, C4 and 4D. RGB value is (206,196,77). Sum of RGB (Red+Green+Blue) = 206+196+77=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC44D is #313BB2. Grayscale: #B9B9B9. Windows color (decimal): -3226547 or 5096654. OLE color: 5096654.
HSL color Cylindrical-coordinate representation of color #CEC44D: hue angle of 55.35º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC44D is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 77 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.19 |
| HSL | 55.35º | 0.57% | 0.55% | - |
| HSV(B) | 55.35º | 0.63% | 0.81% | - |
| XYZ | 46.53 | 53.14 | 14.83 | - |
| YUV | 185.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 77 | 0 | 0.05 | 0.63 | 0.19 | 55.35 | 0.57 | 0.55 |
| Hex | CE | C4 | 4D | 0 | 5 | 3F | 13 | 37 | 39 | 37 |
| Octal | 316 | 304 | 115 | 0 | 5 | 77 | 23 | 67 | 71 | 67 |
| Binary | 11001110 | 11000100 | 1001101 | 0 | 101 | 111111 | 10011 | 110111 | 111001 | 110111 |
Color Harmonies of #CEC44D
Complementary color
Monochromatic Colors of #CEC44D
Black with #CEC44D
Text Example
Text Example
White with #CEC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC44D; }
p { color: rgb(206,196,77); }
H1.HeaderClassName
{
color: #CEC44D;
}
.AnyTagClassName
{
color: #CEC44D;
}
</style>
background-color css
<style>
a { background-color: #CEC44D; }
a { background-color: rgb(206,196,77); }
div.DivClassName
{
background-color: #CEC44D;
}
.BgClassName
{
background-color: #CEC44D;
}
</style>
border-color css
<style>
span { border-color: #CEC44D; }
span { border-color: rgb(206,196,77); }
td.TdClassName
{
border-color: #CEC44D;
}
.TagClassName
{
border-color: #CEC44D;
}
</style>