Shades of Confetti #DCD34B
Tints of Confetti #DCD34B
RGB
CMYK
RGB Variations
Color information
#DCD34B (or 0xDCD34B) is known color: Confetti. HEX triplet: DC, D3 and 4B. RGB value is (220,211,75). Sum of RGB (Red+Green+Blue) = 220+211+75=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD34B is #232CB4. Grayscale: #C6C6C6. Windows color (decimal): -2305205 or 4969436. OLE color: 4969436.
HSL color Cylindrical-coordinate representation of color #DCD34B: hue angle of 56.28º 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 #DCD34B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 75 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.14 |
| HSL | 56.28º | 0.67% | 0.58% | - |
| HSV(B) | 56.28º | 0.66% | 0.86% | - |
| XYZ | 54.08 | 62.31 | 15.83 | - |
| YUV | 198.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 75 | 0 | 0.04 | 0.66 | 0.14 | 56.28 | 0.67 | 0.58 |
| Hex | DC | D3 | 4B | 0 | 4 | 42 | E | 38 | 43 | 3A |
| Octal | 334 | 323 | 113 | 0 | 4 | 102 | 16 | 70 | 103 | 72 |
| Binary | 11011100 | 11010011 | 1001011 | 0 | 100 | 1000010 | 1110 | 111000 | 1000011 | 111010 |
Color Harmonies of #DCD34B
Complementary color
Monochromatic Colors of #DCD34B
Black with #DCD34B
Text Example
Text Example
White with #DCD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD34B; }
p { color: rgb(220,211,75); }
H1.HeaderClassName
{
color: #DCD34B;
}
.AnyTagClassName
{
color: #DCD34B;
}
</style>
background-color css
<style>
a { background-color: #DCD34B; }
a { background-color: rgb(220,211,75); }
div.DivClassName
{
background-color: #DCD34B;
}
.BgClassName
{
background-color: #DCD34B;
}
</style>
border-color css
<style>
span { border-color: #DCD34B; }
span { border-color: rgb(220,211,75); }
td.TdClassName
{
border-color: #DCD34B;
}
.TagClassName
{
border-color: #DCD34B;
}
</style>