Shades of Confetti #DCBF44
Tints of Confetti #DCBF44
RGB
CMYK
RGB Variations
Color information
#DCBF44 (or 0xDCBF44) is known color: Confetti. HEX triplet: DC, BF and 44. RGB value is (220,191,68). Sum of RGB (Red+Green+Blue) = 220+191+68=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 68 (26.95% from 255 or 14.20% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF44 is #2340BB. Grayscale: #BABABA. Windows color (decimal): -2310332 or 4505564. OLE color: 4505564.
HSL color Cylindrical-coordinate representation of color #DCBF44: hue angle of 48.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCBF44 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 68 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.14 |
| HSL | 48.55º | 0.68% | 0.56% | - |
| HSV(B) | 48.55º | 0.69% | 0.86% | - |
| XYZ | 49.19 | 52.89 | 13.09 | - |
| YUV | 185.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 68 | 0 | 0.13 | 0.69 | 0.14 | 48.55 | 0.68 | 0.56 |
| Hex | DC | BF | 44 | 0 | D | 45 | E | 31 | 44 | 38 |
| Octal | 334 | 277 | 104 | 0 | 15 | 105 | 16 | 61 | 104 | 70 |
| Binary | 11011100 | 10111111 | 1000100 | 0 | 1101 | 1000101 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DCBF44
Complementary color
Monochromatic Colors of #DCBF44
Black with #DCBF44
Text Example
Text Example
White with #DCBF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF44; }
p { color: rgb(220,191,68); }
H1.HeaderClassName
{
color: #DCBF44;
}
.AnyTagClassName
{
color: #DCBF44;
}
</style>
background-color css
<style>
a { background-color: #DCBF44; }
a { background-color: rgb(220,191,68); }
div.DivClassName
{
background-color: #DCBF44;
}
.BgClassName
{
background-color: #DCBF44;
}
</style>
border-color css
<style>
span { border-color: #DCBF44; }
span { border-color: rgb(220,191,68); }
td.TdClassName
{
border-color: #DCBF44;
}
.TagClassName
{
border-color: #DCBF44;
}
</style>