Shades of Confetti #D2C84D
Tints of Confetti #D2C84D
RGB
CMYK
RGB Variations
Color information
#D2C84D (or 0xD2C84D) is known color: Confetti. HEX triplet: D2, C8 and 4D. RGB value is (210,200,77). Sum of RGB (Red+Green+Blue) = 210+200+77=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C84D is #2D37B2. Grayscale: #BDBDBD. Windows color (decimal): -2963379 or 5097682. OLE color: 5097682.
HSL color Cylindrical-coordinate representation of color #D2C84D: hue angle of 55.49º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2C84D is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 77 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.18 |
| HSL | 55.49º | 0.6% | 0.56% | - |
| HSV(B) | 55.49º | 0.63% | 0.82% | - |
| XYZ | 48.57 | 55.55 | 15.18 | - |
| YUV | 188.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 77 | 0 | 0.05 | 0.63 | 0.18 | 55.49 | 0.6 | 0.56 |
| Hex | D2 | C8 | 4D | 0 | 5 | 3F | 12 | 37 | 3C | 38 |
| Octal | 322 | 310 | 115 | 0 | 5 | 77 | 22 | 67 | 74 | 70 |
| Binary | 11010010 | 11001000 | 1001101 | 0 | 101 | 111111 | 10010 | 110111 | 111100 | 111000 |
Color Harmonies of #D2C84D
Complementary color
Monochromatic Colors of #D2C84D
Black with #D2C84D
Text Example
Text Example
White with #D2C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C84D; }
p { color: rgb(210,200,77); }
H1.HeaderClassName
{
color: #D2C84D;
}
.AnyTagClassName
{
color: #D2C84D;
}
</style>
background-color css
<style>
a { background-color: #D2C84D; }
a { background-color: rgb(210,200,77); }
div.DivClassName
{
background-color: #D2C84D;
}
.BgClassName
{
background-color: #D2C84D;
}
</style>
border-color css
<style>
span { border-color: #D2C84D; }
span { border-color: rgb(210,200,77); }
td.TdClassName
{
border-color: #D2C84D;
}
.TagClassName
{
border-color: #D2C84D;
}
</style>