Shades of Confetti #CDC954
Tints of Confetti #CDC954
RGB
CMYK
RGB Variations
Color information
#CDC954 (or 0xCDC954) is known color: Confetti. HEX triplet: CD, C9 and 54. RGB value is (205,201,84). Sum of RGB (Red+Green+Blue) = 205+201+84=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC954 is #3236AB. Grayscale: #BDBDBD. Windows color (decimal): -3290796 or 5556685. OLE color: 5556685.
HSL color Cylindrical-coordinate representation of color #CDC954: hue angle of 58.02º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDC954 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 84 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.20 |
| HSL | 58.02º | 0.55% | 0.57% | - |
| HSV(B) | 58.02º | 0.59% | 0.8% | - |
| XYZ | 47.66 | 55.39 | 16.57 | - |
| YUV | 188.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 84 | 0 | 0.02 | 0.59 | 0.20 | 58.02 | 0.55 | 0.57 |
| Hex | CD | C9 | 54 | 0 | 2 | 3B | 14 | 3A | 37 | 39 |
| Octal | 315 | 311 | 124 | 0 | 2 | 73 | 24 | 72 | 67 | 71 |
| Binary | 11001101 | 11001001 | 1010100 | 0 | 10 | 111011 | 10100 | 111010 | 110111 | 111001 |
Color Harmonies of #CDC954
Complementary color
Monochromatic Colors of #CDC954
Black with #CDC954
Text Example
Text Example
White with #CDC954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC954; }
p { color: rgb(205,201,84); }
H1.HeaderClassName
{
color: #CDC954;
}
.AnyTagClassName
{
color: #CDC954;
}
</style>
background-color css
<style>
a { background-color: #CDC954; }
a { background-color: rgb(205,201,84); }
div.DivClassName
{
background-color: #CDC954;
}
.BgClassName
{
background-color: #CDC954;
}
</style>
border-color css
<style>
span { border-color: #CDC954; }
span { border-color: rgb(205,201,84); }
td.TdClassName
{
border-color: #CDC954;
}
.TagClassName
{
border-color: #CDC954;
}
</style>