Shades of Confetti #CDC24F
Tints of Confetti #CDC24F
RGB
CMYK
RGB Variations
Color information
#CDC24F (or 0xCDC24F) is known color: Confetti. HEX triplet: CD, C2 and 4F. RGB value is (205,194,79). Sum of RGB (Red+Green+Blue) = 205+194+79=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC24F is #323DB0. Grayscale: #B8B8B8. Windows color (decimal): -3292593 or 5227213. OLE color: 5227213.
HSL color Cylindrical-coordinate representation of color #CDC24F: hue angle of 54.76º 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 #CDC24F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 79 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.20 |
| HSL | 54.76º | 0.56% | 0.56% | - |
| HSV(B) | 54.76º | 0.61% | 0.8% | - |
| XYZ | 45.88 | 52.13 | 15.04 | - |
| YUV | 184.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 79 | 0 | 0.05 | 0.61 | 0.20 | 54.76 | 0.56 | 0.56 |
| Hex | CD | C2 | 4F | 0 | 5 | 3D | 14 | 37 | 38 | 38 |
| Octal | 315 | 302 | 117 | 0 | 5 | 75 | 24 | 67 | 70 | 70 |
| Binary | 11001101 | 11000010 | 1001111 | 0 | 101 | 111101 | 10100 | 110111 | 111000 | 111000 |
Color Harmonies of #CDC24F
Complementary color
Monochromatic Colors of #CDC24F
Black with #CDC24F
Text Example
Text Example
White with #CDC24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC24F; }
p { color: rgb(205,194,79); }
H1.HeaderClassName
{
color: #CDC24F;
}
.AnyTagClassName
{
color: #CDC24F;
}
</style>
background-color css
<style>
a { background-color: #CDC24F; }
a { background-color: rgb(205,194,79); }
div.DivClassName
{
background-color: #CDC24F;
}
.BgClassName
{
background-color: #CDC24F;
}
</style>
border-color css
<style>
span { border-color: #CDC24F; }
span { border-color: rgb(205,194,79); }
td.TdClassName
{
border-color: #CDC24F;
}
.TagClassName
{
border-color: #CDC24F;
}
</style>