Shades of Confetti #CDC950
Tints of Confetti #CDC950
RGB
CMYK
RGB Variations
Color information
#CDC950 (or 0xCDC950) is known color: Confetti. HEX triplet: CD, C9 and 50. RGB value is (205,201,80). Sum of RGB (Red+Green+Blue) = 205+201+80=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC950 is #3236AF. Grayscale: #BCBCBC. Windows color (decimal): -3290800 or 5294541. OLE color: 5294541.
HSL color Cylindrical-coordinate representation of color #CDC950: hue angle of 58.08º 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 #CDC950 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 80 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.20 |
| HSL | 58.08º | 0.56% | 0.56% | - |
| HSV(B) | 58.08º | 0.61% | 0.8% | - |
| XYZ | 47.51 | 55.33 | 15.77 | - |
| YUV | 188.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 80 | 0 | 0.02 | 0.61 | 0.20 | 58.08 | 0.56 | 0.56 |
| Hex | CD | C9 | 50 | 0 | 2 | 3D | 14 | 3A | 38 | 38 |
| Octal | 315 | 311 | 120 | 0 | 2 | 75 | 24 | 72 | 70 | 70 |
| Binary | 11001101 | 11001001 | 1010000 | 0 | 10 | 111101 | 10100 | 111010 | 111000 | 111000 |
Color Harmonies of #CDC950
Complementary color
Monochromatic Colors of #CDC950
Black with #CDC950
Text Example
Text Example
White with #CDC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC950; }
p { color: rgb(205,201,80); }
H1.HeaderClassName
{
color: #CDC950;
}
.AnyTagClassName
{
color: #CDC950;
}
</style>
background-color css
<style>
a { background-color: #CDC950; }
a { background-color: rgb(205,201,80); }
div.DivClassName
{
background-color: #CDC950;
}
.BgClassName
{
background-color: #CDC950;
}
</style>
border-color css
<style>
span { border-color: #CDC950; }
span { border-color: rgb(205,201,80); }
td.TdClassName
{
border-color: #CDC950;
}
.TagClassName
{
border-color: #CDC950;
}
</style>