Shades of Confetti #CDC452
Tints of Confetti #CDC452
RGB
CMYK
RGB Variations
Color information
#CDC452 (or 0xCDC452) is known color: Confetti. HEX triplet: CD, C4 and 52. RGB value is (205,196,82). Sum of RGB (Red+Green+Blue) = 205+196+82=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC452 is #323BAD. Grayscale: #BABABA. Windows color (decimal): -3292078 or 5424333. OLE color: 5424333.
HSL color Cylindrical-coordinate representation of color #CDC452: hue angle of 55.61º 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 #CDC452 is Cyan = 0, Magento = 0.04, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 82 | - |
| CMYK | 0 | 0.04 | 0.6 | 0.20 |
| HSL | 55.61º | 0.55% | 0.56% | - |
| HSV(B) | 55.61º | 0.6% | 0.8% | - |
| XYZ | 46.44 | 53.07 | 15.78 | - |
| YUV | 185.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 82 | 0 | 0.04 | 0.6 | 0.20 | 55.61 | 0.55 | 0.56 |
| Hex | CD | C4 | 52 | 0 | 4 | 3C | 14 | 38 | 37 | 38 |
| Octal | 315 | 304 | 122 | 0 | 4 | 74 | 24 | 70 | 67 | 70 |
| Binary | 11001101 | 11000100 | 1010010 | 0 | 100 | 111100 | 10100 | 111000 | 110111 | 111000 |
Color Harmonies of #CDC452
Complementary color
Monochromatic Colors of #CDC452
Black with #CDC452
Text Example
Text Example
White with #CDC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC452; }
p { color: rgb(205,196,82); }
H1.HeaderClassName
{
color: #CDC452;
}
.AnyTagClassName
{
color: #CDC452;
}
</style>
background-color css
<style>
a { background-color: #CDC452; }
a { background-color: rgb(205,196,82); }
div.DivClassName
{
background-color: #CDC452;
}
.BgClassName
{
background-color: #CDC452;
}
</style>
border-color css
<style>
span { border-color: #CDC452; }
span { border-color: rgb(205,196,82); }
td.TdClassName
{
border-color: #CDC452;
}
.TagClassName
{
border-color: #CDC452;
}
</style>