Shades of Confetti #DCD14B
Tints of Confetti #DCD14B
RGB
CMYK
RGB Variations
Color information
#DCD14B (or 0xDCD14B) is known color: Confetti. HEX triplet: DC, D1 and 4B. RGB value is (220,209,75). Sum of RGB (Red+Green+Blue) = 220+209+75=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD14B is #232EB4. Grayscale: #C5C5C5. Windows color (decimal): -2305717 or 4968924. OLE color: 4968924.
HSL color Cylindrical-coordinate representation of color #DCD14B: hue angle of 55.45º 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 #DCD14B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 75 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.14 |
| HSL | 55.45º | 0.67% | 0.58% | - |
| HSV(B) | 55.45º | 0.66% | 0.86% | - |
| XYZ | 53.59 | 61.32 | 15.67 | - |
| YUV | 197.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 75 | 0 | 0.05 | 0.66 | 0.14 | 55.45 | 0.67 | 0.58 |
| Hex | DC | D1 | 4B | 0 | 5 | 42 | E | 37 | 43 | 3A |
| Octal | 334 | 321 | 113 | 0 | 5 | 102 | 16 | 67 | 103 | 72 |
| Binary | 11011100 | 11010001 | 1001011 | 0 | 101 | 1000010 | 1110 | 110111 | 1000011 | 111010 |
Color Harmonies of #DCD14B
Complementary color
Monochromatic Colors of #DCD14B
Black with #DCD14B
Text Example
Text Example
White with #DCD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD14B; }
p { color: rgb(220,209,75); }
H1.HeaderClassName
{
color: #DCD14B;
}
.AnyTagClassName
{
color: #DCD14B;
}
</style>
background-color css
<style>
a { background-color: #DCD14B; }
a { background-color: rgb(220,209,75); }
div.DivClassName
{
background-color: #DCD14B;
}
.BgClassName
{
background-color: #DCD14B;
}
</style>
border-color css
<style>
span { border-color: #DCD14B; }
span { border-color: rgb(220,209,75); }
td.TdClassName
{
border-color: #DCD14B;
}
.TagClassName
{
border-color: #DCD14B;
}
</style>