Shades of Confetti #D2D04B
Tints of Confetti #D2D04B
RGB
CMYK
RGB Variations
Color information
#D2D04B (or 0xD2D04B) is known color: Confetti. HEX triplet: D2, D0 and 4B. RGB value is (210,208,75). Sum of RGB (Red+Green+Blue) = 210+208+75=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D04B is #2D2FB4. Grayscale: #C1C1C1. Windows color (decimal): -2961333 or 4968658. OLE color: 4968658.
HSL color Cylindrical-coordinate representation of color #D2D04B: hue angle of 59.11º 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 #D2D04B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 75 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.18 |
| HSL | 59.11º | 0.6% | 0.56% | - |
| HSV(B) | 59.11º | 0.64% | 0.82% | - |
| XYZ | 50.4 | 59.32 | 15.45 | - |
| YUV | 193.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 75 | 0 | 0.01 | 0.64 | 0.18 | 59.11 | 0.6 | 0.56 |
| Hex | D2 | D0 | 4B | 0 | 1 | 40 | 12 | 3B | 3C | 38 |
| Octal | 322 | 320 | 113 | 0 | 1 | 100 | 22 | 73 | 74 | 70 |
| Binary | 11010010 | 11010000 | 1001011 | 0 | 1 | 1000000 | 10010 | 111011 | 111100 | 111000 |
Color Harmonies of #D2D04B
Complementary color
Monochromatic Colors of #D2D04B
Black with #D2D04B
Text Example
Text Example
White with #D2D04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D04B; }
p { color: rgb(210,208,75); }
H1.HeaderClassName
{
color: #D2D04B;
}
.AnyTagClassName
{
color: #D2D04B;
}
</style>
background-color css
<style>
a { background-color: #D2D04B; }
a { background-color: rgb(210,208,75); }
div.DivClassName
{
background-color: #D2D04B;
}
.BgClassName
{
background-color: #D2D04B;
}
</style>
border-color css
<style>
span { border-color: #D2D04B; }
span { border-color: rgb(210,208,75); }
td.TdClassName
{
border-color: #D2D04B;
}
.TagClassName
{
border-color: #D2D04B;
}
</style>