Shades of Confetti #DCD04B
Tints of Confetti #DCD04B
RGB
CMYK
RGB Variations
Color information
#DCD04B (or 0xDCD04B) is known color: Confetti. HEX triplet: DC, D0 and 4B. RGB value is (220,208,75). Sum of RGB (Red+Green+Blue) = 220+208+75=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD04B is #232FB4. Grayscale: #C4C4C4. Windows color (decimal): -2305973 or 4968668. OLE color: 4968668.
HSL color Cylindrical-coordinate representation of color #DCD04B: hue angle of 55.03º degrees, saturation: 0.67, 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 #DCD04B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 75 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.14 |
| HSL | 55.03º | 0.67% | 0.58% | - |
| HSV(B) | 55.03º | 0.66% | 0.86% | - |
| XYZ | 53.34 | 60.84 | 15.59 | - |
| YUV | 196.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 75 | 0 | 0.05 | 0.66 | 0.14 | 55.03 | 0.67 | 0.58 |
| Hex | DC | D0 | 4B | 0 | 5 | 42 | E | 37 | 43 | 3A |
| Octal | 334 | 320 | 113 | 0 | 5 | 102 | 16 | 67 | 103 | 72 |
| Binary | 11011100 | 11010000 | 1001011 | 0 | 101 | 1000010 | 1110 | 110111 | 1000011 | 111010 |
Color Harmonies of #DCD04B
Complementary color
Monochromatic Colors of #DCD04B
Black with #DCD04B
Text Example
Text Example
White with #DCD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD04B; }
p { color: rgb(220,208,75); }
H1.HeaderClassName
{
color: #DCD04B;
}
.AnyTagClassName
{
color: #DCD04B;
}
</style>
background-color css
<style>
a { background-color: #DCD04B; }
a { background-color: rgb(220,208,75); }
div.DivClassName
{
background-color: #DCD04B;
}
.BgClassName
{
background-color: #DCD04B;
}
</style>
border-color css
<style>
span { border-color: #DCD04B; }
span { border-color: rgb(220,208,75); }
td.TdClassName
{
border-color: #DCD04B;
}
.TagClassName
{
border-color: #DCD04B;
}
</style>