Shades of Confetti #CDC24D
Tints of Confetti #CDC24D
RGB
CMYK
RGB Variations
Color information
#CDC24D (or 0xCDC24D) is known color: Confetti. HEX triplet: CD, C2 and 4D. RGB value is (205,194,77). Sum of RGB (Red+Green+Blue) = 205+194+77=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC24D is #323DB2. Grayscale: #B8B8B8. Windows color (decimal): -3292595 or 5096141. OLE color: 5096141.
HSL color Cylindrical-coordinate representation of color #CDC24D: hue angle of 54.84º 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 #CDC24D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 194 | 77 | - |
CMYK | 0 | 0.05 | 0.62 | 0.20 |
HSL | 54.84º | 0.56% | 0.55% | - |
HSV(B) | 54.84º | 0.62% | 0.8% | - |
XYZ | 45.81 | 52.1 | 14.66 | - |
YUV | 183.95 | 67.64 | 143.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 194 | 77 | 0 | 0.05 | 0.62 | 0.20 | 54.84 | 0.56 | 0.55 |
Hex | CD | C2 | 4D | 0 | 5 | 3E | 14 | 37 | 38 | 37 |
Octal | 315 | 302 | 115 | 0 | 5 | 76 | 24 | 67 | 70 | 67 |
Binary | 11001101 | 11000010 | 1001101 | 0 | 101 | 111110 | 10100 | 110111 | 111000 | 110111 |
Color Harmonies of #CDC24D
Complementary color
Monochromatic Colors of #CDC24D
Black with #CDC24D
Text Example
Text Example
White with #CDC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC24D; }
p { color: rgb(205,194,77); }
H1.HeaderClassName
{
color: #CDC24D;
}
.AnyTagClassName
{
color: #CDC24D;
}
</style>
background-color css
<style>
a { background-color: #CDC24D; }
a { background-color: rgb(205,194,77); }
div.DivClassName
{
background-color: #CDC24D;
}
.BgClassName
{
background-color: #CDC24D;
}
</style>
border-color css
<style>
span { border-color: #CDC24D; }
span { border-color: rgb(205,194,77); }
td.TdClassName
{
border-color: #CDC24D;
}
.TagClassName
{
border-color: #CDC24D;
}
</style>