Shades of Confetti #DCD545
Tints of Confetti #DCD545
RGB
CMYK
RGB Variations
Color information
#DCD545 (or 0xDCD545) is known color: Confetti. HEX triplet: DC, D5 and 45. RGB value is (220,213,69). Sum of RGB (Red+Green+Blue) = 220+213+69=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD545 is #232ABA. Grayscale: #C7C7C7. Windows color (decimal): -2304699 or 4576732. OLE color: 4576732.
HSL color Cylindrical-coordinate representation of color #DCD545: hue angle of 57.22º 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 #DCD545 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 69 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.14 |
| HSL | 57.22º | 0.68% | 0.57% | - |
| HSV(B) | 57.22º | 0.69% | 0.86% | - |
| XYZ | 54.38 | 63.23 | 14.97 | - |
| YUV | 198.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 69 | 0 | 0.03 | 0.69 | 0.14 | 57.22 | 0.68 | 0.57 |
| Hex | DC | D5 | 45 | 0 | 3 | 45 | E | 39 | 44 | 39 |
| Octal | 334 | 325 | 105 | 0 | 3 | 105 | 16 | 71 | 104 | 71 |
| Binary | 11011100 | 11010101 | 1000101 | 0 | 11 | 1000101 | 1110 | 111001 | 1000100 | 111001 |
Color Harmonies of #DCD545
Complementary color
Monochromatic Colors of #DCD545
Black with #DCD545
Text Example
Text Example
White with #DCD545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD545; }
p { color: rgb(220,213,69); }
H1.HeaderClassName
{
color: #DCD545;
}
.AnyTagClassName
{
color: #DCD545;
}
</style>
background-color css
<style>
a { background-color: #DCD545; }
a { background-color: rgb(220,213,69); }
div.DivClassName
{
background-color: #DCD545;
}
.BgClassName
{
background-color: #DCD545;
}
</style>
border-color css
<style>
span { border-color: #DCD545; }
span { border-color: rgb(220,213,69); }
td.TdClassName
{
border-color: #DCD545;
}
.TagClassName
{
border-color: #DCD545;
}
</style>