Shades of Confetti #CDD150
Tints of Confetti #CDD150
RGB
CMYK
RGB Variations
Color information
#CDD150 (or 0xCDD150) is known color: Confetti. HEX triplet: CD, D1 and 50. RGB value is (205,209,80). Sum of RGB (Red+Green+Blue) = 205+209+80=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD150 is #322EAF. Grayscale: #C1C1C1. Windows color (decimal): -3288752 or 5296589. OLE color: 5296589.
HSL color Cylindrical-coordinate representation of color #CDD150: hue angle of 61.86º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD150 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 80 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.18 |
| HSL | 61.86º | 0.58% | 0.57% | - |
| HSV(B) | 61.86º | 0.62% | 0.82% | - |
| XYZ | 49.43 | 59.16 | 16.4 | - |
| YUV | 193.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 80 | 0.02 | 0 | 0.62 | 0.18 | 61.86 | 0.58 | 0.57 |
| Hex | CD | D1 | 50 | 2 | 0 | 3E | 12 | 3E | 3A | 39 |
| Octal | 315 | 321 | 120 | 2 | 0 | 76 | 22 | 76 | 72 | 71 |
| Binary | 11001101 | 11010001 | 1010000 | 10 | 0 | 111110 | 10010 | 111110 | 111010 | 111001 |
Color Harmonies of #CDD150
Complementary color
Monochromatic Colors of #CDD150
Black with #CDD150
Text Example
Text Example
White with #CDD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD150; }
p { color: rgb(205,209,80); }
H1.HeaderClassName
{
color: #CDD150;
}
.AnyTagClassName
{
color: #CDD150;
}
</style>
background-color css
<style>
a { background-color: #CDD150; }
a { background-color: rgb(205,209,80); }
div.DivClassName
{
background-color: #CDD150;
}
.BgClassName
{
background-color: #CDD150;
}
</style>
border-color css
<style>
span { border-color: #CDD150; }
span { border-color: rgb(205,209,80); }
td.TdClassName
{
border-color: #CDD150;
}
.TagClassName
{
border-color: #CDD150;
}
</style>