Shades of Confetti #D5BF45
Tints of Confetti #D5BF45
RGB
CMYK
RGB Variations
Color information
#D5BF45 (or 0xD5BF45) is known color: Confetti. HEX triplet: D5, BF and 45. RGB value is (213,191,69). Sum of RGB (Red+Green+Blue) = 213+191+69=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF45 is #2A40BA. Grayscale: #B8B8B8. Windows color (decimal): -2769083 or 4571093. OLE color: 4571093.
HSL color Cylindrical-coordinate representation of color #D5BF45: hue angle of 50.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5BF45 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 69 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.16 |
| HSL | 50.83º | 0.63% | 0.55% | - |
| HSV(B) | 50.83º | 0.68% | 0.84% | - |
| XYZ | 47.15 | 51.84 | 13.15 | - |
| YUV | 183.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 69 | 0 | 0.10 | 0.68 | 0.16 | 50.83 | 0.63 | 0.55 |
| Hex | D5 | BF | 45 | 0 | A | 44 | 10 | 33 | 3F | 37 |
| Octal | 325 | 277 | 105 | 0 | 12 | 104 | 20 | 63 | 77 | 67 |
| Binary | 11010101 | 10111111 | 1000101 | 0 | 1010 | 1000100 | 10000 | 110011 | 111111 | 110111 |
Color Harmonies of #D5BF45
Complementary color
Monochromatic Colors of #D5BF45
Black with #D5BF45
Text Example
Text Example
White with #D5BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF45; }
p { color: rgb(213,191,69); }
H1.HeaderClassName
{
color: #D5BF45;
}
.AnyTagClassName
{
color: #D5BF45;
}
</style>
background-color css
<style>
a { background-color: #D5BF45; }
a { background-color: rgb(213,191,69); }
div.DivClassName
{
background-color: #D5BF45;
}
.BgClassName
{
background-color: #D5BF45;
}
</style>
border-color css
<style>
span { border-color: #D5BF45; }
span { border-color: rgb(213,191,69); }
td.TdClassName
{
border-color: #D5BF45;
}
.TagClassName
{
border-color: #D5BF45;
}
</style>