Shades of Confetti #DCD145
Tints of Confetti #DCD145
RGB
CMYK
RGB Variations
Color information
#DCD145 (or 0xDCD145) is known color: Confetti. HEX triplet: DC, D1 and 45. RGB value is (220,209,69). Sum of RGB (Red+Green+Blue) = 220+209+69=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD145 is #232EBA. Grayscale: #C4C4C4. Windows color (decimal): -2305723 or 4575708. OLE color: 4575708.
HSL color Cylindrical-coordinate representation of color #DCD145: hue angle of 55.63º 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 #DCD145 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 69 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.14 |
| HSL | 55.63º | 0.68% | 0.57% | - |
| HSV(B) | 55.63º | 0.69% | 0.86% | - |
| XYZ | 53.39 | 61.25 | 14.64 | - |
| YUV | 196.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 69 | 0 | 0.05 | 0.69 | 0.14 | 55.63 | 0.68 | 0.57 |
| Hex | DC | D1 | 45 | 0 | 5 | 45 | E | 38 | 44 | 39 |
| Octal | 334 | 321 | 105 | 0 | 5 | 105 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010001 | 1000101 | 0 | 101 | 1000101 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD145
Complementary color
Monochromatic Colors of #DCD145
Black with #DCD145
Text Example
Text Example
White with #DCD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD145; }
p { color: rgb(220,209,69); }
H1.HeaderClassName
{
color: #DCD145;
}
.AnyTagClassName
{
color: #DCD145;
}
</style>
background-color css
<style>
a { background-color: #DCD145; }
a { background-color: rgb(220,209,69); }
div.DivClassName
{
background-color: #DCD145;
}
.BgClassName
{
background-color: #DCD145;
}
</style>
border-color css
<style>
span { border-color: #DCD145; }
span { border-color: rgb(220,209,69); }
td.TdClassName
{
border-color: #DCD145;
}
.TagClassName
{
border-color: #DCD145;
}
</style>