Shades of Confetti #D4C04D
Tints of Confetti #D4C04D
RGB
CMYK
RGB Variations
Color information
#D4C04D (or 0xD4C04D) is known color: Confetti. HEX triplet: D4, C0 and 4D. RGB value is (212,192,77). Sum of RGB (Red+Green+Blue) = 212+192+77=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C04D is #2B3FB2. Grayscale: #B9B9B9. Windows color (decimal): -2834355 or 5095636. OLE color: 5095636.
HSL color Cylindrical-coordinate representation of color #D4C04D: hue angle of 51.11º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4C04D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 77 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.17 |
| HSL | 51.11º | 0.61% | 0.57% | - |
| HSV(B) | 51.11º | 0.64% | 0.83% | - |
| XYZ | 47.34 | 52.23 | 14.61 | - |
| YUV | 184.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 77 | 0 | 0.09 | 0.64 | 0.17 | 51.11 | 0.61 | 0.57 |
| Hex | D4 | C0 | 4D | 0 | 9 | 40 | 11 | 33 | 3D | 39 |
| Octal | 324 | 300 | 115 | 0 | 11 | 100 | 21 | 63 | 75 | 71 |
| Binary | 11010100 | 11000000 | 1001101 | 0 | 1001 | 1000000 | 10001 | 110011 | 111101 | 111001 |
Color Harmonies of #D4C04D
Complementary color
Monochromatic Colors of #D4C04D
Black with #D4C04D
Text Example
Text Example
White with #D4C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C04D; }
p { color: rgb(212,192,77); }
H1.HeaderClassName
{
color: #D4C04D;
}
.AnyTagClassName
{
color: #D4C04D;
}
</style>
background-color css
<style>
a { background-color: #D4C04D; }
a { background-color: rgb(212,192,77); }
div.DivClassName
{
background-color: #D4C04D;
}
.BgClassName
{
background-color: #D4C04D;
}
</style>
border-color css
<style>
span { border-color: #D4C04D; }
span { border-color: rgb(212,192,77); }
td.TdClassName
{
border-color: #D4C04D;
}
.TagClassName
{
border-color: #D4C04D;
}
</style>