Shades of Confetti #DCBF4D
Tints of Confetti #DCBF4D
RGB
CMYK
RGB Variations
Color information
#DCBF4D (or 0xDCBF4D) is known color: Confetti. HEX triplet: DC, BF and 4D. RGB value is (220,191,77). Sum of RGB (Red+Green+Blue) = 220+191+77=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF4D is #2340B2. Grayscale: #BBBBBB. Windows color (decimal): -2310323 or 5095388. OLE color: 5095388.
HSL color Cylindrical-coordinate representation of color #DCBF4D: hue angle of 47.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBF4D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 77 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.14 |
| HSL | 47.83º | 0.67% | 0.58% | - |
| HSV(B) | 47.83º | 0.65% | 0.86% | - |
| XYZ | 49.49 | 53.01 | 14.65 | - |
| YUV | 186.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 77 | 0 | 0.13 | 0.65 | 0.14 | 47.83 | 0.67 | 0.58 |
| Hex | DC | BF | 4D | 0 | D | 41 | E | 30 | 43 | 3A |
| Octal | 334 | 277 | 115 | 0 | 15 | 101 | 16 | 60 | 103 | 72 |
| Binary | 11011100 | 10111111 | 1001101 | 0 | 1101 | 1000001 | 1110 | 110000 | 1000011 | 111010 |
Color Harmonies of #DCBF4D
Complementary color
Monochromatic Colors of #DCBF4D
Black with #DCBF4D
Text Example
Text Example
White with #DCBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF4D; }
p { color: rgb(220,191,77); }
H1.HeaderClassName
{
color: #DCBF4D;
}
.AnyTagClassName
{
color: #DCBF4D;
}
</style>
background-color css
<style>
a { background-color: #DCBF4D; }
a { background-color: rgb(220,191,77); }
div.DivClassName
{
background-color: #DCBF4D;
}
.BgClassName
{
background-color: #DCBF4D;
}
</style>
border-color css
<style>
span { border-color: #DCBF4D; }
span { border-color: rgb(220,191,77); }
td.TdClassName
{
border-color: #DCBF4D;
}
.TagClassName
{
border-color: #DCBF4D;
}
</style>