Shades of Confetti #D4BF46
Tints of Confetti #D4BF46
RGB
CMYK
RGB Variations
Color information
#D4BF46 (or 0xD4BF46) is known color: Confetti. HEX triplet: D4, BF and 46. RGB value is (212,191,70). Sum of RGB (Red+Green+Blue) = 212+191+70=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF46 is #2B40B9. Grayscale: #B7B7B7. Windows color (decimal): -2834618 or 4636628. OLE color: 4636628.
HSL color Cylindrical-coordinate representation of color #D4BF46: hue angle of 51.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4BF46 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 70 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.17 |
| HSL | 51.13º | 0.62% | 0.55% | - |
| HSV(B) | 51.13º | 0.67% | 0.83% | - |
| XYZ | 46.89 | 51.7 | 13.3 | - |
| YUV | 183.49 | 63.96 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 70 | 0 | 0.10 | 0.67 | 0.17 | 51.13 | 0.62 | 0.55 |
| Hex | D4 | BF | 46 | 0 | A | 43 | 11 | 33 | 3E | 37 |
| Octal | 324 | 277 | 106 | 0 | 12 | 103 | 21 | 63 | 76 | 67 |
| Binary | 11010100 | 10111111 | 1000110 | 0 | 1010 | 1000011 | 10001 | 110011 | 111110 | 110111 |
Color Harmonies of #D4BF46
Complementary color
Monochromatic Colors of #D4BF46
Black with #D4BF46
Text Example
Text Example
White with #D4BF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF46; }
p { color: rgb(212,191,70); }
H1.HeaderClassName
{
color: #D4BF46;
}
.AnyTagClassName
{
color: #D4BF46;
}
</style>
background-color css
<style>
a { background-color: #D4BF46; }
a { background-color: rgb(212,191,70); }
div.DivClassName
{
background-color: #D4BF46;
}
.BgClassName
{
background-color: #D4BF46;
}
</style>
border-color css
<style>
span { border-color: #D4BF46; }
span { border-color: rgb(212,191,70); }
td.TdClassName
{
border-color: #D4BF46;
}
.TagClassName
{
border-color: #D4BF46;
}
</style>