Shades of Confetti #CDC14D
Tints of Confetti #CDC14D
RGB
CMYK
RGB Variations
Color information
#CDC14D (or 0xCDC14D) is known color: Confetti. HEX triplet: CD, C1 and 4D. RGB value is (205,193,77). Sum of RGB (Red+Green+Blue) = 205+193+77=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC14D is #323EB2. Grayscale: #B7B7B7. Windows color (decimal): -3292851 or 5095885. OLE color: 5095885.
HSL color Cylindrical-coordinate representation of color #CDC14D: hue angle of 54.38º 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 #CDC14D is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 77 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.20 |
| HSL | 54.38º | 0.56% | 0.55% | - |
| HSV(B) | 54.38º | 0.62% | 0.8% | - |
| XYZ | 45.59 | 51.65 | 14.59 | - |
| YUV | 183.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 77 | 0 | 0.06 | 0.62 | 0.20 | 54.38 | 0.56 | 0.55 |
| Hex | CD | C1 | 4D | 0 | 6 | 3E | 14 | 36 | 38 | 37 |
| Octal | 315 | 301 | 115 | 0 | 6 | 76 | 24 | 66 | 70 | 67 |
| Binary | 11001101 | 11000001 | 1001101 | 0 | 110 | 111110 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CDC14D
Complementary color
Monochromatic Colors of #CDC14D
Black with #CDC14D
Text Example
Text Example
White with #CDC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC14D; }
p { color: rgb(205,193,77); }
H1.HeaderClassName
{
color: #CDC14D;
}
.AnyTagClassName
{
color: #CDC14D;
}
</style>
background-color css
<style>
a { background-color: #CDC14D; }
a { background-color: rgb(205,193,77); }
div.DivClassName
{
background-color: #CDC14D;
}
.BgClassName
{
background-color: #CDC14D;
}
</style>
border-color css
<style>
span { border-color: #CDC14D; }
span { border-color: rgb(205,193,77); }
td.TdClassName
{
border-color: #CDC14D;
}
.TagClassName
{
border-color: #CDC14D;
}
</style>