Shades of Confetti #CDC94E
Tints of Confetti #CDC94E
RGB
CMYK
RGB Variations
Color information
#CDC94E (or 0xCDC94E) is known color: Confetti. HEX triplet: CD, C9 and 4E. RGB value is (205,201,78). Sum of RGB (Red+Green+Blue) = 205+201+78=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC94E is #3236B1. Grayscale: #BCBCBC. Windows color (decimal): -3290802 or 5163469. OLE color: 5163469.
HSL color Cylindrical-coordinate representation of color #CDC94E: hue angle of 58.11º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDC94E is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 78 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.20 |
| HSL | 58.11º | 0.56% | 0.55% | - |
| HSV(B) | 58.11º | 0.62% | 0.8% | - |
| XYZ | 47.44 | 55.3 | 15.38 | - |
| YUV | 188.17 | 65.83 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 78 | 0 | 0.02 | 0.62 | 0.20 | 58.11 | 0.56 | 0.55 |
| Hex | CD | C9 | 4E | 0 | 2 | 3E | 14 | 3A | 38 | 37 |
| Octal | 315 | 311 | 116 | 0 | 2 | 76 | 24 | 72 | 70 | 67 |
| Binary | 11001101 | 11001001 | 1001110 | 0 | 10 | 111110 | 10100 | 111010 | 111000 | 110111 |
Color Harmonies of #CDC94E
Complementary color
Monochromatic Colors of #CDC94E
Black with #CDC94E
Text Example
Text Example
White with #CDC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC94E; }
p { color: rgb(205,201,78); }
H1.HeaderClassName
{
color: #CDC94E;
}
.AnyTagClassName
{
color: #CDC94E;
}
</style>
background-color css
<style>
a { background-color: #CDC94E; }
a { background-color: rgb(205,201,78); }
div.DivClassName
{
background-color: #CDC94E;
}
.BgClassName
{
background-color: #CDC94E;
}
</style>
border-color css
<style>
span { border-color: #CDC94E; }
span { border-color: rgb(205,201,78); }
td.TdClassName
{
border-color: #CDC94E;
}
.TagClassName
{
border-color: #CDC94E;
}
</style>