Shades of Confetti #D4C04E
Tints of Confetti #D4C04E
RGB
CMYK
RGB Variations
Color information
#D4C04E (or 0xD4C04E) is known color: Confetti. HEX triplet: D4, C0 and 4E. RGB value is (212,192,78). Sum of RGB (Red+Green+Blue) = 212+192+78=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C04E is #2B3FB1. Grayscale: #B9B9B9. Windows color (decimal): -2834354 or 5161172. OLE color: 5161172.
HSL color Cylindrical-coordinate representation of color #D4C04E: hue angle of 51.04º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4C04E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 78 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.17 |
| HSL | 51.04º | 0.61% | 0.57% | - |
| HSV(B) | 51.04º | 0.63% | 0.83% | - |
| XYZ | 47.38 | 52.25 | 14.8 | - |
| YUV | 184.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 78 | 0 | 0.09 | 0.63 | 0.17 | 51.04 | 0.61 | 0.57 |
| Hex | D4 | C0 | 4E | 0 | 9 | 3F | 11 | 33 | 3D | 39 |
| Octal | 324 | 300 | 116 | 0 | 11 | 77 | 21 | 63 | 75 | 71 |
| Binary | 11010100 | 11000000 | 1001110 | 0 | 1001 | 111111 | 10001 | 110011 | 111101 | 111001 |
Color Harmonies of #D4C04E
Complementary color
Monochromatic Colors of #D4C04E
Black with #D4C04E
Text Example
Text Example
White with #D4C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C04E; }
p { color: rgb(212,192,78); }
H1.HeaderClassName
{
color: #D4C04E;
}
.AnyTagClassName
{
color: #D4C04E;
}
</style>
background-color css
<style>
a { background-color: #D4C04E; }
a { background-color: rgb(212,192,78); }
div.DivClassName
{
background-color: #D4C04E;
}
.BgClassName
{
background-color: #D4C04E;
}
</style>
border-color css
<style>
span { border-color: #D4C04E; }
span { border-color: rgb(212,192,78); }
td.TdClassName
{
border-color: #D4C04E;
}
.TagClassName
{
border-color: #D4C04E;
}
</style>