Shades of Confetti #D9BE4F
Tints of Confetti #D9BE4F
RGB
CMYK
RGB Variations
Color information
#D9BE4F (or 0xD9BE4F) is known color: Confetti. HEX triplet: D9, BE and 4F. RGB value is (217,190,79). Sum of RGB (Red+Green+Blue) = 217+190+79=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE4F is #2641B0. Grayscale: #B9B9B9. Windows color (decimal): -2507185 or 5226201. OLE color: 5226201.
HSL color Cylindrical-coordinate representation of color #D9BE4F: hue angle of 48.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9BE4F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 79 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.15 |
| HSL | 48.26º | 0.64% | 0.58% | - |
| HSV(B) | 48.26º | 0.64% | 0.85% | - |
| XYZ | 48.44 | 52.14 | 14.91 | - |
| YUV | 185.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 79 | 0 | 0.12 | 0.64 | 0.15 | 48.26 | 0.64 | 0.58 |
| Hex | D9 | BE | 4F | 0 | C | 40 | F | 30 | 40 | 3A |
| Octal | 331 | 276 | 117 | 0 | 14 | 100 | 17 | 60 | 100 | 72 |
| Binary | 11011001 | 10111110 | 1001111 | 0 | 1100 | 1000000 | 1111 | 110000 | 1000000 | 111010 |
Color Harmonies of #D9BE4F
Complementary color
Monochromatic Colors of #D9BE4F
Black with #D9BE4F
Text Example
Text Example
White with #D9BE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE4F; }
p { color: rgb(217,190,79); }
H1.HeaderClassName
{
color: #D9BE4F;
}
.AnyTagClassName
{
color: #D9BE4F;
}
</style>
background-color css
<style>
a { background-color: #D9BE4F; }
a { background-color: rgb(217,190,79); }
div.DivClassName
{
background-color: #D9BE4F;
}
.BgClassName
{
background-color: #D9BE4F;
}
</style>
border-color css
<style>
span { border-color: #D9BE4F; }
span { border-color: rgb(217,190,79); }
td.TdClassName
{
border-color: #D9BE4F;
}
.TagClassName
{
border-color: #D9BE4F;
}
</style>