Shades of Confetti #CDC850
Tints of Confetti #CDC850
RGB
CMYK
RGB Variations
Color information
#CDC850 (or 0xCDC850) is known color: Confetti. HEX triplet: CD, C8 and 50. RGB value is (205,200,80). Sum of RGB (Red+Green+Blue) = 205+200+80=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC850 is #3237AF. Grayscale: #BCBCBC. Windows color (decimal): -3291056 or 5294285. OLE color: 5294285.
HSL color Cylindrical-coordinate representation of color #CDC850: hue angle of 57.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDC850 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 200 | 80 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.20 |
| HSL | 57.6º | 0.56% | 0.56% | - |
| HSV(B) | 57.6º | 0.61% | 0.8% | - |
| XYZ | 47.28 | 54.87 | 15.69 | - |
| YUV | 187.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 80 | 0 | 0.02 | 0.61 | 0.20 | 57.6 | 0.56 | 0.56 |
| Hex | CD | C8 | 50 | 0 | 2 | 3D | 14 | 3A | 38 | 38 |
| Octal | 315 | 310 | 120 | 0 | 2 | 75 | 24 | 72 | 70 | 70 |
| Binary | 11001101 | 11001000 | 1010000 | 0 | 10 | 111101 | 10100 | 111010 | 111000 | 111000 |
Color Harmonies of #CDC850
Complementary color
Monochromatic Colors of #CDC850
Black with #CDC850
Text Example
Text Example
White with #CDC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC850; }
p { color: rgb(205,200,80); }
H1.HeaderClassName
{
color: #CDC850;
}
.AnyTagClassName
{
color: #CDC850;
}
</style>
background-color css
<style>
a { background-color: #CDC850; }
a { background-color: rgb(205,200,80); }
div.DivClassName
{
background-color: #CDC850;
}
.BgClassName
{
background-color: #CDC850;
}
</style>
border-color css
<style>
span { border-color: #CDC850; }
span { border-color: rgb(205,200,80); }
td.TdClassName
{
border-color: #CDC850;
}
.TagClassName
{
border-color: #CDC850;
}
</style>