Shades of Confetti #CDC14E
Tints of Confetti #CDC14E
RGB
CMYK
RGB Variations
Color information
#CDC14E (or 0xCDC14E) is known color: Confetti. HEX triplet: CD, C1 and 4E. RGB value is (205,193,78). Sum of RGB (Red+Green+Blue) = 205+193+78=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC14E is #323EB1. Grayscale: #B7B7B7. Windows color (decimal): -3292850 or 5161421. OLE color: 5161421.
HSL color Cylindrical-coordinate representation of color #CDC14E: hue angle of 54.33º 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 #CDC14E is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 78 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.20 |
| HSL | 54.33º | 0.56% | 0.55% | - |
| HSV(B) | 54.33º | 0.62% | 0.8% | - |
| XYZ | 45.62 | 51.67 | 14.78 | - |
| YUV | 183.48 | 68.48 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 78 | 0 | 0.06 | 0.62 | 0.20 | 54.33 | 0.56 | 0.55 |
| Hex | CD | C1 | 4E | 0 | 6 | 3E | 14 | 36 | 38 | 37 |
| Octal | 315 | 301 | 116 | 0 | 6 | 76 | 24 | 66 | 70 | 67 |
| Binary | 11001101 | 11000001 | 1001110 | 0 | 110 | 111110 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CDC14E
Complementary color
Monochromatic Colors of #CDC14E
Black with #CDC14E
Text Example
Text Example
White with #CDC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC14E; }
p { color: rgb(205,193,78); }
H1.HeaderClassName
{
color: #CDC14E;
}
.AnyTagClassName
{
color: #CDC14E;
}
</style>
background-color css
<style>
a { background-color: #CDC14E; }
a { background-color: rgb(205,193,78); }
div.DivClassName
{
background-color: #CDC14E;
}
.BgClassName
{
background-color: #CDC14E;
}
</style>
border-color css
<style>
span { border-color: #CDC14E; }
span { border-color: rgb(205,193,78); }
td.TdClassName
{
border-color: #CDC14E;
}
.TagClassName
{
border-color: #CDC14E;
}
</style>