Shades of Confetti #DCBF4B
Tints of Confetti #DCBF4B
RGB
CMYK
RGB Variations
Color information
#DCBF4B (or 0xDCBF4B) is known color: Confetti. HEX triplet: DC, BF and 4B. RGB value is (220,191,75). Sum of RGB (Red+Green+Blue) = 220+191+75=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF4B is #2340B4. Grayscale: #BABABA. Windows color (decimal): -2310325 or 4964316. OLE color: 4964316.
HSL color Cylindrical-coordinate representation of color #DCBF4B: hue angle of 48º degrees, saturation: 0.67, 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 #DCBF4B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 75 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.14 |
| HSL | 48º | 0.67% | 0.58% | - |
| HSV(B) | 48º | 0.66% | 0.86% | - |
| XYZ | 49.42 | 52.99 | 14.28 | - |
| YUV | 186.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 75 | 0 | 0.13 | 0.66 | 0.14 | 48 | 0.67 | 0.58 |
| Hex | DC | BF | 4B | 0 | D | 42 | E | 30 | 43 | 3A |
| Octal | 334 | 277 | 113 | 0 | 15 | 102 | 16 | 60 | 103 | 72 |
| Binary | 11011100 | 10111111 | 1001011 | 0 | 1101 | 1000010 | 1110 | 110000 | 1000011 | 111010 |
Color Harmonies of #DCBF4B
Complementary color
Monochromatic Colors of #DCBF4B
Black with #DCBF4B
Text Example
Text Example
White with #DCBF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF4B; }
p { color: rgb(220,191,75); }
H1.HeaderClassName
{
color: #DCBF4B;
}
.AnyTagClassName
{
color: #DCBF4B;
}
</style>
background-color css
<style>
a { background-color: #DCBF4B; }
a { background-color: rgb(220,191,75); }
div.DivClassName
{
background-color: #DCBF4B;
}
.BgClassName
{
background-color: #DCBF4B;
}
</style>
border-color css
<style>
span { border-color: #DCBF4B; }
span { border-color: rgb(220,191,75); }
td.TdClassName
{
border-color: #DCBF4B;
}
.TagClassName
{
border-color: #DCBF4B;
}
</style>