Shades of Confetti #D9BE4D
Tints of Confetti #D9BE4D
RGB
CMYK
RGB Variations
Color information
#D9BE4D (or 0xD9BE4D) is known color: Confetti. HEX triplet: D9, BE and 4D. RGB value is (217,190,77). Sum of RGB (Red+Green+Blue) = 217+190+77=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE4D is #2641B2. Grayscale: #B9B9B9. Windows color (decimal): -2507187 or 5095129. OLE color: 5095129.
HSL color Cylindrical-coordinate representation of color #D9BE4D: hue angle of 48.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9BE4D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 77 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.15 |
| HSL | 48.43º | 0.65% | 0.58% | - |
| HSV(B) | 48.43º | 0.65% | 0.85% | - |
| XYZ | 48.37 | 52.11 | 14.53 | - |
| YUV | 185.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 77 | 0 | 0.12 | 0.65 | 0.15 | 48.43 | 0.65 | 0.58 |
| Hex | D9 | BE | 4D | 0 | C | 41 | F | 30 | 41 | 3A |
| Octal | 331 | 276 | 115 | 0 | 14 | 101 | 17 | 60 | 101 | 72 |
| Binary | 11011001 | 10111110 | 1001101 | 0 | 1100 | 1000001 | 1111 | 110000 | 1000001 | 111010 |
Color Harmonies of #D9BE4D
Complementary color
Monochromatic Colors of #D9BE4D
Black with #D9BE4D
Text Example
Text Example
White with #D9BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE4D; }
p { color: rgb(217,190,77); }
H1.HeaderClassName
{
color: #D9BE4D;
}
.AnyTagClassName
{
color: #D9BE4D;
}
</style>
background-color css
<style>
a { background-color: #D9BE4D; }
a { background-color: rgb(217,190,77); }
div.DivClassName
{
background-color: #D9BE4D;
}
.BgClassName
{
background-color: #D9BE4D;
}
</style>
border-color css
<style>
span { border-color: #D9BE4D; }
span { border-color: rgb(217,190,77); }
td.TdClassName
{
border-color: #D9BE4D;
}
.TagClassName
{
border-color: #D9BE4D;
}
</style>