Shades of Confetti #CDC54F
Tints of Confetti #CDC54F
RGB
CMYK
RGB Variations
Color information
#CDC54F (or 0xCDC54F) is known color: Confetti. HEX triplet: CD, C5 and 4F. RGB value is (205,197,79). Sum of RGB (Red+Green+Blue) = 205+197+79=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC54F is #323AB0. Grayscale: #BABABA. Windows color (decimal): -3291825 or 5227981. OLE color: 5227981.
HSL color Cylindrical-coordinate representation of color #CDC54F: hue angle of 56.19º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDC54F is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 79 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.20 |
| HSL | 56.19º | 0.56% | 0.56% | - |
| HSV(B) | 56.19º | 0.61% | 0.8% | - |
| XYZ | 46.55 | 53.48 | 15.27 | - |
| YUV | 185.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 79 | 0 | 0.04 | 0.61 | 0.20 | 56.19 | 0.56 | 0.56 |
| Hex | CD | C5 | 4F | 0 | 4 | 3D | 14 | 38 | 38 | 38 |
| Octal | 315 | 305 | 117 | 0 | 4 | 75 | 24 | 70 | 70 | 70 |
| Binary | 11001101 | 11000101 | 1001111 | 0 | 100 | 111101 | 10100 | 111000 | 111000 | 111000 |
Color Harmonies of #CDC54F
Complementary color
Monochromatic Colors of #CDC54F
Black with #CDC54F
Text Example
Text Example
White with #CDC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC54F; }
p { color: rgb(205,197,79); }
H1.HeaderClassName
{
color: #CDC54F;
}
.AnyTagClassName
{
color: #CDC54F;
}
</style>
background-color css
<style>
a { background-color: #CDC54F; }
a { background-color: rgb(205,197,79); }
div.DivClassName
{
background-color: #CDC54F;
}
.BgClassName
{
background-color: #CDC54F;
}
</style>
border-color css
<style>
span { border-color: #CDC54F; }
span { border-color: rgb(205,197,79); }
td.TdClassName
{
border-color: #CDC54F;
}
.TagClassName
{
border-color: #CDC54F;
}
</style>