Shades of Confetti #D1D24B
Tints of Confetti #D1D24B
RGB
CMYK
RGB Variations
Color information
#D1D24B (or 0xD1D24B) is known color: Confetti. HEX triplet: D1, D2 and 4B. RGB value is (209,210,75). Sum of RGB (Red+Green+Blue) = 209+210+75=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D24B is #2E2DB4. Grayscale: #C2C2C2. Windows color (decimal): -3026357 or 4969169. OLE color: 4969169.
HSL color Cylindrical-coordinate representation of color #D1D24B: hue angle of 60.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1D24B is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 75 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.18 |
| HSL | 60.44º | 0.6% | 0.56% | - |
| HSV(B) | 60.44º | 0.64% | 0.82% | - |
| XYZ | 50.61 | 60.16 | 15.6 | - |
| YUV | 194.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 75 | 0.00 | 0 | 0.64 | 0.18 | 60.44 | 0.6 | 0.56 |
| Hex | D1 | D2 | 4B | 0 | 0 | 40 | 12 | 3C | 3C | 38 |
| Octal | 321 | 322 | 113 | 0 | 0 | 100 | 22 | 74 | 74 | 70 |
| Binary | 11010001 | 11010010 | 1001011 | 0 | 0 | 1000000 | 10010 | 111100 | 111100 | 111000 |
Color Harmonies of #D1D24B
Complementary color
Monochromatic Colors of #D1D24B
Black with #D1D24B
Text Example
Text Example
White with #D1D24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D24B; }
p { color: rgb(209,210,75); }
H1.HeaderClassName
{
color: #D1D24B;
}
.AnyTagClassName
{
color: #D1D24B;
}
</style>
background-color css
<style>
a { background-color: #D1D24B; }
a { background-color: rgb(209,210,75); }
div.DivClassName
{
background-color: #D1D24B;
}
.BgClassName
{
background-color: #D1D24B;
}
</style>
border-color css
<style>
span { border-color: #D1D24B; }
span { border-color: rgb(209,210,75); }
td.TdClassName
{
border-color: #D1D24B;
}
.TagClassName
{
border-color: #D1D24B;
}
</style>