Shades of Confetti #D9BE4A
Tints of Confetti #D9BE4A
RGB
CMYK
RGB Variations
Color information
#D9BE4A (or 0xD9BE4A) is known color: Confetti. HEX triplet: D9, BE and 4A. RGB value is (217,190,74). Sum of RGB (Red+Green+Blue) = 217+190+74=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BE4A is #2641B5. Grayscale: #B9B9B9. Windows color (decimal): -2507190 or 4898521. OLE color: 4898521.
HSL color Cylindrical-coordinate representation of color #D9BE4A: hue angle of 48.67º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9BE4A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 74 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.15 |
| HSL | 48.67º | 0.65% | 0.57% | - |
| HSV(B) | 48.67º | 0.66% | 0.85% | - |
| XYZ | 48.26 | 52.07 | 13.99 | - |
| YUV | 184.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 74 | 0 | 0.12 | 0.66 | 0.15 | 48.67 | 0.65 | 0.57 |
| Hex | D9 | BE | 4A | 0 | C | 42 | F | 31 | 41 | 39 |
| Octal | 331 | 276 | 112 | 0 | 14 | 102 | 17 | 61 | 101 | 71 |
| Binary | 11011001 | 10111110 | 1001010 | 0 | 1100 | 1000010 | 1111 | 110001 | 1000001 | 111001 |
Color Harmonies of #D9BE4A
Complementary color
Monochromatic Colors of #D9BE4A
Black with #D9BE4A
Text Example
Text Example
White with #D9BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE4A; }
p { color: rgb(217,190,74); }
H1.HeaderClassName
{
color: #D9BE4A;
}
.AnyTagClassName
{
color: #D9BE4A;
}
</style>
background-color css
<style>
a { background-color: #D9BE4A; }
a { background-color: rgb(217,190,74); }
div.DivClassName
{
background-color: #D9BE4A;
}
.BgClassName
{
background-color: #D9BE4A;
}
</style>
border-color css
<style>
span { border-color: #D9BE4A; }
span { border-color: rgb(217,190,74); }
td.TdClassName
{
border-color: #D9BE4A;
}
.TagClassName
{
border-color: #D9BE4A;
}
</style>