Shades of Confetti #CDC951
Tints of Confetti #CDC951
RGB
CMYK
RGB Variations
Color information
#CDC951 (or 0xCDC951) is known color: Confetti. HEX triplet: CD, C9 and 51. RGB value is (205,201,81). Sum of RGB (Red+Green+Blue) = 205+201+81=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC951 is #3236AE. Grayscale: #BCBCBC. Windows color (decimal): -3290799 or 5360077. OLE color: 5360077.
HSL color Cylindrical-coordinate representation of color #CDC951: hue angle of 58.06º 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 #CDC951 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 81 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.20 |
| HSL | 58.06º | 0.55% | 0.56% | - |
| HSV(B) | 58.06º | 0.6% | 0.8% | - |
| XYZ | 47.55 | 55.35 | 15.96 | - |
| YUV | 188.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 81 | 0 | 0.02 | 0.60 | 0.20 | 58.06 | 0.55 | 0.56 |
| Hex | CD | C9 | 51 | 0 | 2 | 3C | 14 | 3A | 37 | 38 |
| Octal | 315 | 311 | 121 | 0 | 2 | 74 | 24 | 72 | 67 | 70 |
| Binary | 11001101 | 11001001 | 1010001 | 0 | 10 | 111100 | 10100 | 111010 | 110111 | 111000 |
Color Harmonies of #CDC951
Complementary color
Monochromatic Colors of #CDC951
Black with #CDC951
Text Example
Text Example
White with #CDC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC951; }
p { color: rgb(205,201,81); }
H1.HeaderClassName
{
color: #CDC951;
}
.AnyTagClassName
{
color: #CDC951;
}
</style>
background-color css
<style>
a { background-color: #CDC951; }
a { background-color: rgb(205,201,81); }
div.DivClassName
{
background-color: #CDC951;
}
.BgClassName
{
background-color: #CDC951;
}
</style>
border-color css
<style>
span { border-color: #CDC951; }
span { border-color: rgb(205,201,81); }
td.TdClassName
{
border-color: #CDC951;
}
.TagClassName
{
border-color: #CDC951;
}
</style>