Shades of Confetti #CDC653
Tints of Confetti #CDC653
RGB
CMYK
RGB Variations
Color information
#CDC653 (or 0xCDC653) is known color: Confetti. HEX triplet: CD, C6 and 53. RGB value is (205,198,83). Sum of RGB (Red+Green+Blue) = 205+198+83=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC653 is #3239AC. Grayscale: #BBBBBB. Windows color (decimal): -3291565 or 5490381. OLE color: 5490381.
HSL color Cylindrical-coordinate representation of color #CDC653: hue angle of 56.56º 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 #CDC653 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 83 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.20 |
| HSL | 56.56º | 0.55% | 0.56% | - |
| HSV(B) | 56.56º | 0.6% | 0.8% | - |
| XYZ | 46.93 | 53.99 | 16.13 | - |
| YUV | 186.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 83 | 0 | 0.03 | 0.60 | 0.20 | 56.56 | 0.55 | 0.56 |
| Hex | CD | C6 | 53 | 0 | 3 | 3C | 14 | 39 | 37 | 38 |
| Octal | 315 | 306 | 123 | 0 | 3 | 74 | 24 | 71 | 67 | 70 |
| Binary | 11001101 | 11000110 | 1010011 | 0 | 11 | 111100 | 10100 | 111001 | 110111 | 111000 |
Color Harmonies of #CDC653
Complementary color
Monochromatic Colors of #CDC653
Black with #CDC653
Text Example
Text Example
White with #CDC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC653; }
p { color: rgb(205,198,83); }
H1.HeaderClassName
{
color: #CDC653;
}
.AnyTagClassName
{
color: #CDC653;
}
</style>
background-color css
<style>
a { background-color: #CDC653; }
a { background-color: rgb(205,198,83); }
div.DivClassName
{
background-color: #CDC653;
}
.BgClassName
{
background-color: #CDC653;
}
</style>
border-color css
<style>
span { border-color: #CDC653; }
span { border-color: rgb(205,198,83); }
td.TdClassName
{
border-color: #CDC653;
}
.TagClassName
{
border-color: #CDC653;
}
</style>