Shades of Confetti #CEC74D
Tints of Confetti #CEC74D
RGB
CMYK
RGB Variations
Color information
#CEC74D (or 0xCEC74D) is known color: Confetti. HEX triplet: CE, C7 and 4D. RGB value is (206,199,77). Sum of RGB (Red+Green+Blue) = 206+199+77=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC74D is #3138B2. Grayscale: #BBBBBB. Windows color (decimal): -3225779 or 5097422. OLE color: 5097422.
HSL color Cylindrical-coordinate representation of color #CEC74D: hue angle of 56.74º 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 #CEC74D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 77 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.19 |
| HSL | 56.74º | 0.57% | 0.55% | - |
| HSV(B) | 56.74º | 0.63% | 0.81% | - |
| XYZ | 47.22 | 54.5 | 15.05 | - |
| YUV | 187.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 77 | 0 | 0.03 | 0.63 | 0.19 | 56.74 | 0.57 | 0.55 |
| Hex | CE | C7 | 4D | 0 | 3 | 3F | 13 | 39 | 39 | 37 |
| Octal | 316 | 307 | 115 | 0 | 3 | 77 | 23 | 71 | 71 | 67 |
| Binary | 11001110 | 11000111 | 1001101 | 0 | 11 | 111111 | 10011 | 111001 | 111001 | 110111 |
Color Harmonies of #CEC74D
Complementary color
Monochromatic Colors of #CEC74D
Black with #CEC74D
Text Example
Text Example
White with #CEC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC74D; }
p { color: rgb(206,199,77); }
H1.HeaderClassName
{
color: #CEC74D;
}
.AnyTagClassName
{
color: #CEC74D;
}
</style>
background-color css
<style>
a { background-color: #CEC74D; }
a { background-color: rgb(206,199,77); }
div.DivClassName
{
background-color: #CEC74D;
}
.BgClassName
{
background-color: #CEC74D;
}
</style>
border-color css
<style>
span { border-color: #CEC74D; }
span { border-color: rgb(206,199,77); }
td.TdClassName
{
border-color: #CEC74D;
}
.TagClassName
{
border-color: #CEC74D;
}
</style>