Shades of Confetti #D2D24A
Tints of Confetti #D2D24A
RGB
CMYK
RGB Variations
Color information
#D2D24A (or 0xD2D24A) is known color: Confetti. HEX triplet: D2, D2 and 4A. RGB value is (210,210,74). Sum of RGB (Red+Green+Blue) = 210+210+74=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D24A is #2D2DB5. Grayscale: #C3C3C3. Windows color (decimal): -2960822 or 4903634. OLE color: 4903634.
HSL color Cylindrical-coordinate representation of color #D2D24A: hue angle of 60º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2D24A is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 74 | - |
| CMYK | 0 | 0 | 0.65 | 0.18 |
| HSL | 60º | 0.6% | 0.56% | - |
| HSV(B) | 60º | 0.65% | 0.82% | - |
| XYZ | 50.86 | 60.29 | 15.43 | - |
| YUV | 194.5 | 60 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 74 | 0 | 0 | 0.65 | 0.18 | 60 | 0.6 | 0.56 |
| Hex | D2 | D2 | 4A | 0 | 0 | 41 | 12 | 3C | 3C | 38 |
| Octal | 322 | 322 | 112 | 0 | 0 | 101 | 22 | 74 | 74 | 70 |
| Binary | 11010010 | 11010010 | 1001010 | 0 | 0 | 1000001 | 10010 | 111100 | 111100 | 111000 |
Color Harmonies of #D2D24A
Complementary color
Monochromatic Colors of #D2D24A
Black with #D2D24A
Text Example
Text Example
White with #D2D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D24A; }
p { color: rgb(210,210,74); }
H1.HeaderClassName
{
color: #D2D24A;
}
.AnyTagClassName
{
color: #D2D24A;
}
</style>
background-color css
<style>
a { background-color: #D2D24A; }
a { background-color: rgb(210,210,74); }
div.DivClassName
{
background-color: #D2D24A;
}
.BgClassName
{
background-color: #D2D24A;
}
</style>
border-color css
<style>
span { border-color: #D2D24A; }
span { border-color: rgb(210,210,74); }
td.TdClassName
{
border-color: #D2D24A;
}
.TagClassName
{
border-color: #D2D24A;
}
</style>