Shades of Confetti #DCD24A
Tints of Confetti #DCD24A
RGB
CMYK
RGB Variations
Color information
#DCD24A (or 0xDCD24A) is known color: Confetti. HEX triplet: DC, D2 and 4A. RGB value is (220,210,74). Sum of RGB (Red+Green+Blue) = 220+210+74=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD24A is #232DB5. Grayscale: #C6C6C6. Windows color (decimal): -2305462 or 4903644. OLE color: 4903644.
HSL color Cylindrical-coordinate representation of color #DCD24A: hue angle of 55.89º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCD24A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 74 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.14 |
| HSL | 55.89º | 0.68% | 0.58% | - |
| HSV(B) | 55.89º | 0.66% | 0.86% | - |
| XYZ | 53.8 | 61.8 | 15.57 | - |
| YUV | 197.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 74 | 0 | 0.05 | 0.66 | 0.14 | 55.89 | 0.68 | 0.58 |
| Hex | DC | D2 | 4A | 0 | 5 | 42 | E | 38 | 44 | 3A |
| Octal | 334 | 322 | 112 | 0 | 5 | 102 | 16 | 70 | 104 | 72 |
| Binary | 11011100 | 11010010 | 1001010 | 0 | 101 | 1000010 | 1110 | 111000 | 1000100 | 111010 |
Color Harmonies of #DCD24A
Complementary color
Monochromatic Colors of #DCD24A
Black with #DCD24A
Text Example
Text Example
White with #DCD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD24A; }
p { color: rgb(220,210,74); }
H1.HeaderClassName
{
color: #DCD24A;
}
.AnyTagClassName
{
color: #DCD24A;
}
</style>
background-color css
<style>
a { background-color: #DCD24A; }
a { background-color: rgb(220,210,74); }
div.DivClassName
{
background-color: #DCD24A;
}
.BgClassName
{
background-color: #DCD24A;
}
</style>
border-color css
<style>
span { border-color: #DCD24A; }
span { border-color: rgb(220,210,74); }
td.TdClassName
{
border-color: #DCD24A;
}
.TagClassName
{
border-color: #DCD24A;
}
</style>