Shades of Confetti #D5BF4F
Tints of Confetti #D5BF4F
RGB
CMYK
RGB Variations
Color information
#D5BF4F (or 0xD5BF4F) is known color: Confetti. HEX triplet: D5, BF and 4F. RGB value is (213,191,79). Sum of RGB (Red+Green+Blue) = 213+191+79=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF4F is #2A40B0. Grayscale: #B9B9B9. Windows color (decimal): -2769073 or 5226453. OLE color: 5226453.
HSL color Cylindrical-coordinate representation of color #D5BF4F: hue angle of 50.15º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5BF4F is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 79 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.16 |
| HSL | 50.15º | 0.61% | 0.57% | - |
| HSV(B) | 50.15º | 0.63% | 0.84% | - |
| XYZ | 47.48 | 51.97 | 14.93 | - |
| YUV | 184.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 79 | 0 | 0.10 | 0.63 | 0.16 | 50.15 | 0.61 | 0.57 |
| Hex | D5 | BF | 4F | 0 | A | 3F | 10 | 32 | 3D | 39 |
| Octal | 325 | 277 | 117 | 0 | 12 | 77 | 20 | 62 | 75 | 71 |
| Binary | 11010101 | 10111111 | 1001111 | 0 | 1010 | 111111 | 10000 | 110010 | 111101 | 111001 |
Color Harmonies of #D5BF4F
Complementary color
Monochromatic Colors of #D5BF4F
Black with #D5BF4F
Text Example
Text Example
White with #D5BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF4F; }
p { color: rgb(213,191,79); }
H1.HeaderClassName
{
color: #D5BF4F;
}
.AnyTagClassName
{
color: #D5BF4F;
}
</style>
background-color css
<style>
a { background-color: #D5BF4F; }
a { background-color: rgb(213,191,79); }
div.DivClassName
{
background-color: #D5BF4F;
}
.BgClassName
{
background-color: #D5BF4F;
}
</style>
border-color css
<style>
span { border-color: #D5BF4F; }
span { border-color: rgb(213,191,79); }
td.TdClassName
{
border-color: #D5BF4F;
}
.TagClassName
{
border-color: #D5BF4F;
}
</style>