Shades of Confetti #D2C649
Tints of Confetti #D2C649
RGB
CMYK
RGB Variations
Color information
#D2C649 (or 0xD2C649) is known color: Confetti. HEX triplet: D2, C6 and 49. RGB value is (210,198,73). Sum of RGB (Red+Green+Blue) = 210+198+73=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C649 is #2D39B6. Grayscale: #BBBBBB. Windows color (decimal): -2963895 or 4835026. OLE color: 4835026.
HSL color Cylindrical-coordinate representation of color #D2C649: hue angle of 54.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2C649 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 73 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.18 |
| HSL | 54.74º | 0.6% | 0.55% | - |
| HSV(B) | 54.74º | 0.65% | 0.82% | - |
| XYZ | 47.98 | 54.57 | 14.31 | - |
| YUV | 187.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 73 | 0 | 0.06 | 0.65 | 0.18 | 54.74 | 0.6 | 0.55 |
| Hex | D2 | C6 | 49 | 0 | 6 | 41 | 12 | 37 | 3C | 37 |
| Octal | 322 | 306 | 111 | 0 | 6 | 101 | 22 | 67 | 74 | 67 |
| Binary | 11010010 | 11000110 | 1001001 | 0 | 110 | 1000001 | 10010 | 110111 | 111100 | 110111 |
Color Harmonies of #D2C649
Complementary color
Monochromatic Colors of #D2C649
Black with #D2C649
Text Example
Text Example
White with #D2C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C649; }
p { color: rgb(210,198,73); }
H1.HeaderClassName
{
color: #D2C649;
}
.AnyTagClassName
{
color: #D2C649;
}
</style>
background-color css
<style>
a { background-color: #D2C649; }
a { background-color: rgb(210,198,73); }
div.DivClassName
{
background-color: #D2C649;
}
.BgClassName
{
background-color: #D2C649;
}
</style>
border-color css
<style>
span { border-color: #D2C649; }
span { border-color: rgb(210,198,73); }
td.TdClassName
{
border-color: #D2C649;
}
.TagClassName
{
border-color: #D2C649;
}
</style>