Shades of Confetti #DCD045
Tints of Confetti #DCD045
RGB
CMYK
RGB Variations
Color information
#DCD045 (or 0xDCD045) is known color: Confetti. HEX triplet: DC, D0 and 45. RGB value is (220,208,69). Sum of RGB (Red+Green+Blue) = 220+208+69=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD045 is #232FBA. Grayscale: #C4C4C4. Windows color (decimal): -2305979 or 4575452. OLE color: 4575452.
HSL color Cylindrical-coordinate representation of color #DCD045: hue angle of 55.23º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCD045 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 69 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.14 |
| HSL | 55.23º | 0.68% | 0.57% | - |
| HSV(B) | 55.23º | 0.69% | 0.86% | - |
| XYZ | 53.15 | 60.76 | 14.56 | - |
| YUV | 195.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 69 | 0 | 0.05 | 0.69 | 0.14 | 55.23 | 0.68 | 0.57 |
| Hex | DC | D0 | 45 | 0 | 5 | 45 | E | 37 | 44 | 39 |
| Octal | 334 | 320 | 105 | 0 | 5 | 105 | 16 | 67 | 104 | 71 |
| Binary | 11011100 | 11010000 | 1000101 | 0 | 101 | 1000101 | 1110 | 110111 | 1000100 | 111001 |
Color Harmonies of #DCD045
Complementary color
Monochromatic Colors of #DCD045
Black with #DCD045
Text Example
Text Example
White with #DCD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD045; }
p { color: rgb(220,208,69); }
H1.HeaderClassName
{
color: #DCD045;
}
.AnyTagClassName
{
color: #DCD045;
}
</style>
background-color css
<style>
a { background-color: #DCD045; }
a { background-color: rgb(220,208,69); }
div.DivClassName
{
background-color: #DCD045;
}
.BgClassName
{
background-color: #DCD045;
}
</style>
border-color css
<style>
span { border-color: #DCD045; }
span { border-color: rgb(220,208,69); }
td.TdClassName
{
border-color: #DCD045;
}
.TagClassName
{
border-color: #DCD045;
}
</style>