Shades of Confetti #DCBF41
Tints of Confetti #DCBF41
RGB
CMYK
RGB Variations
Color information
#DCBF41 (or 0xDCBF41) is known color: Confetti. HEX triplet: DC, BF and 41. RGB value is (220,191,65). Sum of RGB (Red+Green+Blue) = 220+191+65=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF41 is #2340BE. Grayscale: #B9B9B9. Windows color (decimal): -2310335 or 4308956. OLE color: 4308956.
HSL color Cylindrical-coordinate representation of color #DCBF41: hue angle of 48.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCBF41 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 65 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.14 |
| HSL | 48.77º | 0.69% | 0.56% | - |
| HSV(B) | 48.77º | 0.7% | 0.86% | - |
| XYZ | 49.1 | 52.86 | 12.62 | - |
| YUV | 185.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 65 | 0 | 0.13 | 0.70 | 0.14 | 48.77 | 0.69 | 0.56 |
| Hex | DC | BF | 41 | 0 | D | 46 | E | 31 | 45 | 38 |
| Octal | 334 | 277 | 101 | 0 | 15 | 106 | 16 | 61 | 105 | 70 |
| Binary | 11011100 | 10111111 | 1000001 | 0 | 1101 | 1000110 | 1110 | 110001 | 1000101 | 111000 |
Color Harmonies of #DCBF41
Complementary color
Monochromatic Colors of #DCBF41
Black with #DCBF41
Text Example
Text Example
White with #DCBF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF41; }
p { color: rgb(220,191,65); }
H1.HeaderClassName
{
color: #DCBF41;
}
.AnyTagClassName
{
color: #DCBF41;
}
</style>
background-color css
<style>
a { background-color: #DCBF41; }
a { background-color: rgb(220,191,65); }
div.DivClassName
{
background-color: #DCBF41;
}
.BgClassName
{
background-color: #DCBF41;
}
</style>
border-color css
<style>
span { border-color: #DCBF41; }
span { border-color: rgb(220,191,65); }
td.TdClassName
{
border-color: #DCBF41;
}
.TagClassName
{
border-color: #DCBF41;
}
</style>