Shades of Confetti #DCBF4A
Tints of Confetti #DCBF4A
RGB
CMYK
RGB Variations
Color information
#DCBF4A (or 0xDCBF4A) is known color: Confetti. HEX triplet: DC, BF and 4A. RGB value is (220,191,74). Sum of RGB (Red+Green+Blue) = 220+191+74=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF4A is #2340B5. Grayscale: #BABABA. Windows color (decimal): -2310326 or 4898780. OLE color: 4898780.
HSL color Cylindrical-coordinate representation of color #DCBF4A: hue angle of 48.08º degrees, saturation: 0.68, 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 #DCBF4A is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 74 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.14 |
| HSL | 48.08º | 0.68% | 0.58% | - |
| HSV(B) | 48.08º | 0.66% | 0.86% | - |
| XYZ | 49.38 | 52.97 | 14.1 | - |
| YUV | 186.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 74 | 0 | 0.13 | 0.66 | 0.14 | 48.08 | 0.68 | 0.58 |
| Hex | DC | BF | 4A | 0 | D | 42 | E | 30 | 44 | 3A |
| Octal | 334 | 277 | 112 | 0 | 15 | 102 | 16 | 60 | 104 | 72 |
| Binary | 11011100 | 10111111 | 1001010 | 0 | 1101 | 1000010 | 1110 | 110000 | 1000100 | 111010 |
Color Harmonies of #DCBF4A
Complementary color
Monochromatic Colors of #DCBF4A
Black with #DCBF4A
Text Example
Text Example
White with #DCBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF4A; }
p { color: rgb(220,191,74); }
H1.HeaderClassName
{
color: #DCBF4A;
}
.AnyTagClassName
{
color: #DCBF4A;
}
</style>
background-color css
<style>
a { background-color: #DCBF4A; }
a { background-color: rgb(220,191,74); }
div.DivClassName
{
background-color: #DCBF4A;
}
.BgClassName
{
background-color: #DCBF4A;
}
</style>
border-color css
<style>
span { border-color: #DCBF4A; }
span { border-color: rgb(220,191,74); }
td.TdClassName
{
border-color: #DCBF4A;
}
.TagClassName
{
border-color: #DCBF4A;
}
</style>