Shades of Confetti #DCD64B
Tints of Confetti #DCD64B
RGB
CMYK
RGB Variations
Color information
#DCD64B (or 0xDCD64B) is known color: Confetti. HEX triplet: DC, D6 and 4B. RGB value is (220,214,75). Sum of RGB (Red+Green+Blue) = 220+214+75=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD64B is #2329B4. Grayscale: #C8C8C8. Windows color (decimal): -2304437 or 4970204. OLE color: 4970204.
HSL color Cylindrical-coordinate representation of color #DCD64B: hue angle of 57.52º 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 #DCD64B is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 75 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.14 |
| HSL | 57.52º | 0.67% | 0.58% | - |
| HSV(B) | 57.52º | 0.66% | 0.86% | - |
| XYZ | 54.83 | 63.82 | 16.08 | - |
| YUV | 199.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 75 | 0 | 0.03 | 0.66 | 0.14 | 57.52 | 0.67 | 0.58 |
| Hex | DC | D6 | 4B | 0 | 3 | 42 | E | 3A | 43 | 3A |
| Octal | 334 | 326 | 113 | 0 | 3 | 102 | 16 | 72 | 103 | 72 |
| Binary | 11011100 | 11010110 | 1001011 | 0 | 11 | 1000010 | 1110 | 111010 | 1000011 | 111010 |
Color Harmonies of #DCD64B
Complementary color
Monochromatic Colors of #DCD64B
Black with #DCD64B
Text Example
Text Example
White with #DCD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD64B; }
p { color: rgb(220,214,75); }
H1.HeaderClassName
{
color: #DCD64B;
}
.AnyTagClassName
{
color: #DCD64B;
}
</style>
background-color css
<style>
a { background-color: #DCD64B; }
a { background-color: rgb(220,214,75); }
div.DivClassName
{
background-color: #DCD64B;
}
.BgClassName
{
background-color: #DCD64B;
}
</style>
border-color css
<style>
span { border-color: #DCD64B; }
span { border-color: rgb(220,214,75); }
td.TdClassName
{
border-color: #DCD64B;
}
.TagClassName
{
border-color: #DCD64B;
}
</style>