Shades of Confetti #DCD44B
Tints of Confetti #DCD44B
RGB
CMYK
RGB Variations
Color information
#DCD44B (or 0xDCD44B) is known color: Confetti. HEX triplet: DC, D4 and 4B. RGB value is (220,212,75). Sum of RGB (Red+Green+Blue) = 220+212+75=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD44B is #232BB4. Grayscale: #C7C7C7. Windows color (decimal): -2304949 or 4969692. OLE color: 4969692.
HSL color Cylindrical-coordinate representation of color #DCD44B: hue angle of 56.69º 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 #DCD44B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 75 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.14 |
| HSL | 56.69º | 0.67% | 0.58% | - |
| HSV(B) | 56.69º | 0.66% | 0.86% | - |
| XYZ | 54.33 | 62.81 | 15.92 | - |
| YUV | 198.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 75 | 0 | 0.04 | 0.66 | 0.14 | 56.69 | 0.67 | 0.58 |
| Hex | DC | D4 | 4B | 0 | 4 | 42 | E | 39 | 43 | 3A |
| Octal | 334 | 324 | 113 | 0 | 4 | 102 | 16 | 71 | 103 | 72 |
| Binary | 11011100 | 11010100 | 1001011 | 0 | 100 | 1000010 | 1110 | 111001 | 1000011 | 111010 |
Color Harmonies of #DCD44B
Complementary color
Monochromatic Colors of #DCD44B
Black with #DCD44B
Text Example
Text Example
White with #DCD44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD44B; }
p { color: rgb(220,212,75); }
H1.HeaderClassName
{
color: #DCD44B;
}
.AnyTagClassName
{
color: #DCD44B;
}
</style>
background-color css
<style>
a { background-color: #DCD44B; }
a { background-color: rgb(220,212,75); }
div.DivClassName
{
background-color: #DCD44B;
}
.BgClassName
{
background-color: #DCD44B;
}
</style>
border-color css
<style>
span { border-color: #DCD44B; }
span { border-color: rgb(220,212,75); }
td.TdClassName
{
border-color: #DCD44B;
}
.TagClassName
{
border-color: #DCD44B;
}
</style>