Shades of Confetti #DCD34A
Tints of Confetti #DCD34A
RGB
CMYK
RGB Variations
Color information
#DCD34A (or 0xDCD34A) is known color: Confetti. HEX triplet: DC, D3 and 4A. RGB value is (220,211,74). Sum of RGB (Red+Green+Blue) = 220+211+74=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD34A is #232CB5. Grayscale: #C6C6C6. Windows color (decimal): -2305206 or 4903900. OLE color: 4903900.
HSL color Cylindrical-coordinate representation of color #DCD34A: hue angle of 56.3º 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 #DCD34A is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 74 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.14 |
| HSL | 56.3º | 0.68% | 0.58% | - |
| HSV(B) | 56.3º | 0.66% | 0.86% | - |
| XYZ | 54.05 | 62.3 | 15.65 | - |
| YUV | 198.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 74 | 0 | 0.04 | 0.66 | 0.14 | 56.3 | 0.68 | 0.58 |
| Hex | DC | D3 | 4A | 0 | 4 | 42 | E | 38 | 44 | 3A |
| Octal | 334 | 323 | 112 | 0 | 4 | 102 | 16 | 70 | 104 | 72 |
| Binary | 11011100 | 11010011 | 1001010 | 0 | 100 | 1000010 | 1110 | 111000 | 1000100 | 111010 |
Color Harmonies of #DCD34A
Complementary color
Monochromatic Colors of #DCD34A
Black with #DCD34A
Text Example
Text Example
White with #DCD34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD34A; }
p { color: rgb(220,211,74); }
H1.HeaderClassName
{
color: #DCD34A;
}
.AnyTagClassName
{
color: #DCD34A;
}
</style>
background-color css
<style>
a { background-color: #DCD34A; }
a { background-color: rgb(220,211,74); }
div.DivClassName
{
background-color: #DCD34A;
}
.BgClassName
{
background-color: #DCD34A;
}
</style>
border-color css
<style>
span { border-color: #DCD34A; }
span { border-color: rgb(220,211,74); }
td.TdClassName
{
border-color: #DCD34A;
}
.TagClassName
{
border-color: #DCD34A;
}
</style>