Shades of Confetti #D8BE4A
Tints of Confetti #D8BE4A
RGB
CMYK
RGB Variations
Color information
#D8BE4A (or 0xD8BE4A) is known color: Confetti. HEX triplet: D8, BE and 4A. RGB value is (216,190,74). Sum of RGB (Red+Green+Blue) = 216+190+74=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BE4A is #2741B5. Grayscale: #B9B9B9. Windows color (decimal): -2572726 or 4898520. OLE color: 4898520.
HSL color Cylindrical-coordinate representation of color #D8BE4A: hue angle of 49.01º 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 #D8BE4A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 190 | 74 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.15 |
| HSL | 49.01º | 0.65% | 0.57% | - |
| HSV(B) | 49.01º | 0.66% | 0.85% | - |
| XYZ | 47.97 | 51.92 | 13.97 | - |
| YUV | 184.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 190 | 74 | 0 | 0.12 | 0.66 | 0.15 | 49.01 | 0.65 | 0.57 |
| Hex | D8 | BE | 4A | 0 | C | 42 | F | 31 | 41 | 39 |
| Octal | 330 | 276 | 112 | 0 | 14 | 102 | 17 | 61 | 101 | 71 |
| Binary | 11011000 | 10111110 | 1001010 | 0 | 1100 | 1000010 | 1111 | 110001 | 1000001 | 111001 |
Color Harmonies of #D8BE4A
Complementary color
Monochromatic Colors of #D8BE4A
Black with #D8BE4A
Text Example
Text Example
White with #D8BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BE4A; }
p { color: rgb(216,190,74); }
H1.HeaderClassName
{
color: #D8BE4A;
}
.AnyTagClassName
{
color: #D8BE4A;
}
</style>
background-color css
<style>
a { background-color: #D8BE4A; }
a { background-color: rgb(216,190,74); }
div.DivClassName
{
background-color: #D8BE4A;
}
.BgClassName
{
background-color: #D8BE4A;
}
</style>
border-color css
<style>
span { border-color: #D8BE4A; }
span { border-color: rgb(216,190,74); }
td.TdClassName
{
border-color: #D8BE4A;
}
.TagClassName
{
border-color: #D8BE4A;
}
</style>