Shades of Confetti #DCD54A
Tints of Confetti #DCD54A
RGB
CMYK
RGB Variations
Color information
#DCD54A (or 0xDCD54A) is known color: Confetti. HEX triplet: DC, D5 and 4A. RGB value is (220,213,74). Sum of RGB (Red+Green+Blue) = 220+213+74=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD54A is #232AB5. Grayscale: #C7C7C7. Windows color (decimal): -2304694 or 4904412. OLE color: 4904412.
HSL color Cylindrical-coordinate representation of color #DCD54A: hue angle of 57.12º degrees, saturation: 0.68, 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 #DCD54A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 74 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.14 |
| HSL | 57.12º | 0.68% | 0.58% | - |
| HSV(B) | 57.12º | 0.66% | 0.86% | - |
| XYZ | 54.55 | 63.3 | 15.82 | - |
| YUV | 199.25 | 57.32 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 74 | 0 | 0.03 | 0.66 | 0.14 | 57.12 | 0.68 | 0.58 |
| Hex | DC | D5 | 4A | 0 | 3 | 42 | E | 39 | 44 | 3A |
| Octal | 334 | 325 | 112 | 0 | 3 | 102 | 16 | 71 | 104 | 72 |
| Binary | 11011100 | 11010101 | 1001010 | 0 | 11 | 1000010 | 1110 | 111001 | 1000100 | 111010 |
Color Harmonies of #DCD54A
Complementary color
Monochromatic Colors of #DCD54A
Black with #DCD54A
Text Example
Text Example
White with #DCD54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD54A; }
p { color: rgb(220,213,74); }
H1.HeaderClassName
{
color: #DCD54A;
}
.AnyTagClassName
{
color: #DCD54A;
}
</style>
background-color css
<style>
a { background-color: #DCD54A; }
a { background-color: rgb(220,213,74); }
div.DivClassName
{
background-color: #DCD54A;
}
.BgClassName
{
background-color: #DCD54A;
}
</style>
border-color css
<style>
span { border-color: #DCD54A; }
span { border-color: rgb(220,213,74); }
td.TdClassName
{
border-color: #DCD54A;
}
.TagClassName
{
border-color: #DCD54A;
}
</style>