Shades of Confetti #DCBF42
Tints of Confetti #DCBF42
RGB
CMYK
RGB Variations
Color information
#DCBF42 (or 0xDCBF42) is known color: Confetti. HEX triplet: DC, BF and 42. RGB value is (220,191,66). Sum of RGB (Red+Green+Blue) = 220+191+66=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF42 is #2340BD. Grayscale: #B9B9B9. Windows color (decimal): -2310334 or 4374492. OLE color: 4374492.
HSL color Cylindrical-coordinate representation of color #DCBF42: hue angle of 48.7º 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 #DCBF42 is Cyan = 0, Magento = 0.13, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 66 | - |
| CMYK | 0 | 0.13 | 0.7 | 0.14 |
| HSL | 48.7º | 0.69% | 0.56% | - |
| HSV(B) | 48.7º | 0.7% | 0.86% | - |
| XYZ | 49.13 | 52.87 | 12.77 | - |
| YUV | 185.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 66 | 0 | 0.13 | 0.7 | 0.14 | 48.7 | 0.69 | 0.56 |
| Hex | DC | BF | 42 | 0 | D | 46 | E | 31 | 45 | 38 |
| Octal | 334 | 277 | 102 | 0 | 15 | 106 | 16 | 61 | 105 | 70 |
| Binary | 11011100 | 10111111 | 1000010 | 0 | 1101 | 1000110 | 1110 | 110001 | 1000101 | 111000 |
Color Harmonies of #DCBF42
Complementary color
Monochromatic Colors of #DCBF42
Black with #DCBF42
Text Example
Text Example
White with #DCBF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF42; }
p { color: rgb(220,191,66); }
H1.HeaderClassName
{
color: #DCBF42;
}
.AnyTagClassName
{
color: #DCBF42;
}
</style>
background-color css
<style>
a { background-color: #DCBF42; }
a { background-color: rgb(220,191,66); }
div.DivClassName
{
background-color: #DCBF42;
}
.BgClassName
{
background-color: #DCBF42;
}
</style>
border-color css
<style>
span { border-color: #DCBF42; }
span { border-color: rgb(220,191,66); }
td.TdClassName
{
border-color: #DCBF42;
}
.TagClassName
{
border-color: #DCBF42;
}
</style>