Shades of Confetti #DCD447
Tints of Confetti #DCD447
RGB
CMYK
RGB Variations
Color information
#DCD447 (or 0xDCD447) is known color: Confetti. HEX triplet: DC, D4 and 47. RGB value is (220,212,71). Sum of RGB (Red+Green+Blue) = 220+212+71=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD447 is #232BB8. Grayscale: #C6C6C6. Windows color (decimal): -2304953 or 4707548. OLE color: 4707548.
HSL color Cylindrical-coordinate representation of color #DCD447: hue angle of 56.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCD447 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 71 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.14 |
| HSL | 56.78º | 0.68% | 0.57% | - |
| HSV(B) | 56.78º | 0.68% | 0.86% | - |
| XYZ | 54.2 | 62.76 | 15.22 | - |
| YUV | 198.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 71 | 0 | 0.04 | 0.68 | 0.14 | 56.78 | 0.68 | 0.57 |
| Hex | DC | D4 | 47 | 0 | 4 | 44 | E | 39 | 44 | 39 |
| Octal | 334 | 324 | 107 | 0 | 4 | 104 | 16 | 71 | 104 | 71 |
| Binary | 11011100 | 11010100 | 1000111 | 0 | 100 | 1000100 | 1110 | 111001 | 1000100 | 111001 |
Color Harmonies of #DCD447
Complementary color
Monochromatic Colors of #DCD447
Black with #DCD447
Text Example
Text Example
White with #DCD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD447; }
p { color: rgb(220,212,71); }
H1.HeaderClassName
{
color: #DCD447;
}
.AnyTagClassName
{
color: #DCD447;
}
</style>
background-color css
<style>
a { background-color: #DCD447; }
a { background-color: rgb(220,212,71); }
div.DivClassName
{
background-color: #DCD447;
}
.BgClassName
{
background-color: #DCD447;
}
</style>
border-color css
<style>
span { border-color: #DCD447; }
span { border-color: rgb(220,212,71); }
td.TdClassName
{
border-color: #DCD447;
}
.TagClassName
{
border-color: #DCD447;
}
</style>