Shades of Confetti #CDC350
Tints of Confetti #CDC350
RGB
CMYK
RGB Variations
Color information
#CDC350 (or 0xCDC350) is known color: Confetti. HEX triplet: CD, C3 and 50. RGB value is (205,195,80). Sum of RGB (Red+Green+Blue) = 205+195+80=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC350 is #323CAF. Grayscale: #B9B9B9. Windows color (decimal): -3292336 or 5293005. OLE color: 5293005.
HSL color Cylindrical-coordinate representation of color #CDC350: hue angle of 55.2º 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 #CDC350 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 80 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.20 |
| HSL | 55.2º | 0.56% | 0.56% | - |
| HSV(B) | 55.2º | 0.61% | 0.8% | - |
| XYZ | 46.14 | 52.59 | 15.31 | - |
| YUV | 184.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 80 | 0 | 0.05 | 0.61 | 0.20 | 55.2 | 0.56 | 0.56 |
| Hex | CD | C3 | 50 | 0 | 5 | 3D | 14 | 37 | 38 | 38 |
| Octal | 315 | 303 | 120 | 0 | 5 | 75 | 24 | 67 | 70 | 70 |
| Binary | 11001101 | 11000011 | 1010000 | 0 | 101 | 111101 | 10100 | 110111 | 111000 | 111000 |
Color Harmonies of #CDC350
Complementary color
Monochromatic Colors of #CDC350
Black with #CDC350
Text Example
Text Example
White with #CDC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC350; }
p { color: rgb(205,195,80); }
H1.HeaderClassName
{
color: #CDC350;
}
.AnyTagClassName
{
color: #CDC350;
}
</style>
background-color css
<style>
a { background-color: #CDC350; }
a { background-color: rgb(205,195,80); }
div.DivClassName
{
background-color: #CDC350;
}
.BgClassName
{
background-color: #CDC350;
}
</style>
border-color css
<style>
span { border-color: #CDC350; }
span { border-color: rgb(205,195,80); }
td.TdClassName
{
border-color: #CDC350;
}
.TagClassName
{
border-color: #CDC350;
}
</style>