Shades of Confetti #CDC652
Tints of Confetti #CDC652
RGB
CMYK
RGB Variations
Color information
#CDC652 (or 0xCDC652) is known color: Confetti. HEX triplet: CD, C6 and 52. RGB value is (205,198,82). Sum of RGB (Red+Green+Blue) = 205+198+82=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC652 is #3239AD. Grayscale: #BBBBBB. Windows color (decimal): -3291566 or 5424845. OLE color: 5424845.
HSL color Cylindrical-coordinate representation of color #CDC652: hue angle of 56.59º 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 #CDC652 is Cyan = 0, Magento = 0.03, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 82 | - |
| CMYK | 0 | 0.03 | 0.6 | 0.20 |
| HSL | 56.59º | 0.55% | 0.56% | - |
| HSV(B) | 56.59º | 0.6% | 0.8% | - |
| XYZ | 46.89 | 53.98 | 15.93 | - |
| YUV | 186.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 82 | 0 | 0.03 | 0.6 | 0.20 | 56.59 | 0.55 | 0.56 |
| Hex | CD | C6 | 52 | 0 | 3 | 3C | 14 | 39 | 37 | 38 |
| Octal | 315 | 306 | 122 | 0 | 3 | 74 | 24 | 71 | 67 | 70 |
| Binary | 11001101 | 11000110 | 1010010 | 0 | 11 | 111100 | 10100 | 111001 | 110111 | 111000 |
Color Harmonies of #CDC652
Complementary color
Monochromatic Colors of #CDC652
Black with #CDC652
Text Example
Text Example
White with #CDC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC652; }
p { color: rgb(205,198,82); }
H1.HeaderClassName
{
color: #CDC652;
}
.AnyTagClassName
{
color: #CDC652;
}
</style>
background-color css
<style>
a { background-color: #CDC652; }
a { background-color: rgb(205,198,82); }
div.DivClassName
{
background-color: #CDC652;
}
.BgClassName
{
background-color: #CDC652;
}
</style>
border-color css
<style>
span { border-color: #CDC652; }
span { border-color: rgb(205,198,82); }
td.TdClassName
{
border-color: #CDC652;
}
.TagClassName
{
border-color: #CDC652;
}
</style>