Shades of Confetti #CDC553
Tints of Confetti #CDC553
RGB
CMYK
RGB Variations
Color information
#CDC553 (or 0xCDC553) is known color: Confetti. HEX triplet: CD, C5 and 53. RGB value is (205,197,83). Sum of RGB (Red+Green+Blue) = 205+197+83=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC553 is #323AAC. Grayscale: #BABABA. Windows color (decimal): -3291821 or 5490125. OLE color: 5490125.
HSL color Cylindrical-coordinate representation of color #CDC553: hue angle of 56.07º 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 #CDC553 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 83 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.20 |
| HSL | 56.07º | 0.55% | 0.56% | - |
| HSV(B) | 56.07º | 0.6% | 0.8% | - |
| XYZ | 46.7 | 53.54 | 16.06 | - |
| YUV | 186.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 83 | 0 | 0.04 | 0.60 | 0.20 | 56.07 | 0.55 | 0.56 |
| Hex | CD | C5 | 53 | 0 | 4 | 3C | 14 | 38 | 37 | 38 |
| Octal | 315 | 305 | 123 | 0 | 4 | 74 | 24 | 70 | 67 | 70 |
| Binary | 11001101 | 11000101 | 1010011 | 0 | 100 | 111100 | 10100 | 111000 | 110111 | 111000 |
Color Harmonies of #CDC553
Complementary color
Monochromatic Colors of #CDC553
Black with #CDC553
Text Example
Text Example
White with #CDC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC553; }
p { color: rgb(205,197,83); }
H1.HeaderClassName
{
color: #CDC553;
}
.AnyTagClassName
{
color: #CDC553;
}
</style>
background-color css
<style>
a { background-color: #CDC553; }
a { background-color: rgb(205,197,83); }
div.DivClassName
{
background-color: #CDC553;
}
.BgClassName
{
background-color: #CDC553;
}
</style>
border-color css
<style>
span { border-color: #CDC553; }
span { border-color: rgb(205,197,83); }
td.TdClassName
{
border-color: #CDC553;
}
.TagClassName
{
border-color: #CDC553;
}
</style>