Shades of Confetti #CDC552
Tints of Confetti #CDC552
RGB
CMYK
RGB Variations
Color information
#CDC552 (or 0xCDC552) is known color: Confetti. HEX triplet: CD, C5 and 52. RGB value is (205,197,82). Sum of RGB (Red+Green+Blue) = 205+197+82=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC552 is #323AAD. Grayscale: #BABABA. Windows color (decimal): -3291822 or 5424589. OLE color: 5424589.
HSL color Cylindrical-coordinate representation of color #CDC552: hue angle of 56.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDC552 is Cyan = 0, Magento = 0.04, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 82 | - |
| CMYK | 0 | 0.04 | 0.6 | 0.20 |
| HSL | 56.1º | 0.55% | 0.56% | - |
| HSV(B) | 56.1º | 0.6% | 0.8% | - |
| XYZ | 46.67 | 53.52 | 15.85 | - |
| YUV | 186.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 82 | 0 | 0.04 | 0.6 | 0.20 | 56.1 | 0.55 | 0.56 |
| Hex | CD | C5 | 52 | 0 | 4 | 3C | 14 | 38 | 37 | 38 |
| Octal | 315 | 305 | 122 | 0 | 4 | 74 | 24 | 70 | 67 | 70 |
| Binary | 11001101 | 11000101 | 1010010 | 0 | 100 | 111100 | 10100 | 111000 | 110111 | 111000 |
Color Harmonies of #CDC552
Complementary color
Monochromatic Colors of #CDC552
Black with #CDC552
Text Example
Text Example
White with #CDC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC552; }
p { color: rgb(205,197,82); }
H1.HeaderClassName
{
color: #CDC552;
}
.AnyTagClassName
{
color: #CDC552;
}
</style>
background-color css
<style>
a { background-color: #CDC552; }
a { background-color: rgb(205,197,82); }
div.DivClassName
{
background-color: #CDC552;
}
.BgClassName
{
background-color: #CDC552;
}
</style>
border-color css
<style>
span { border-color: #CDC552; }
span { border-color: rgb(205,197,82); }
td.TdClassName
{
border-color: #CDC552;
}
.TagClassName
{
border-color: #CDC552;
}
</style>