Shades of Confetti #D2D04D
Tints of Confetti #D2D04D
RGB
CMYK
RGB Variations
Color information
#D2D04D (or 0xD2D04D) is known color: Confetti. HEX triplet: D2, D0 and 4D. RGB value is (210,208,77). Sum of RGB (Red+Green+Blue) = 210+208+77=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D04D is #2D2FB2. Grayscale: #C2C2C2. Windows color (decimal): -2961331 or 5099730. OLE color: 5099730.
HSL color Cylindrical-coordinate representation of color #D2D04D: hue angle of 59.1º 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 #D2D04D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 77 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.18 |
| HSL | 59.1º | 0.6% | 0.56% | - |
| HSV(B) | 59.1º | 0.63% | 0.82% | - |
| XYZ | 50.47 | 59.35 | 15.82 | - |
| YUV | 193.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 77 | 0 | 0.01 | 0.63 | 0.18 | 59.1 | 0.6 | 0.56 |
| Hex | D2 | D0 | 4D | 0 | 1 | 3F | 12 | 3B | 3C | 38 |
| Octal | 322 | 320 | 115 | 0 | 1 | 77 | 22 | 73 | 74 | 70 |
| Binary | 11010010 | 11010000 | 1001101 | 0 | 1 | 111111 | 10010 | 111011 | 111100 | 111000 |
Color Harmonies of #D2D04D
Complementary color
Monochromatic Colors of #D2D04D
Black with #D2D04D
Text Example
Text Example
White with #D2D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D04D; }
p { color: rgb(210,208,77); }
H1.HeaderClassName
{
color: #D2D04D;
}
.AnyTagClassName
{
color: #D2D04D;
}
</style>
background-color css
<style>
a { background-color: #D2D04D; }
a { background-color: rgb(210,208,77); }
div.DivClassName
{
background-color: #D2D04D;
}
.BgClassName
{
background-color: #D2D04D;
}
</style>
border-color css
<style>
span { border-color: #D2D04D; }
span { border-color: rgb(210,208,77); }
td.TdClassName
{
border-color: #D2D04D;
}
.TagClassName
{
border-color: #D2D04D;
}
</style>