Shades of Confetti #D2C949
Tints of Confetti #D2C949
RGB
CMYK
RGB Variations
Color information
#D2C949 (or 0xD2C949) is known color: Confetti. HEX triplet: D2, C9 and 49. RGB value is (210,201,73). Sum of RGB (Red+Green+Blue) = 210+201+73=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C949 is #2D36B6. Grayscale: #BDBDBD. Windows color (decimal): -2963127 or 4835794. OLE color: 4835794.
HSL color Cylindrical-coordinate representation of color #D2C949: hue angle of 56.06º 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 #D2C949 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 73 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.18 |
| HSL | 56.06º | 0.6% | 0.55% | - |
| HSV(B) | 56.06º | 0.65% | 0.82% | - |
| XYZ | 48.67 | 55.96 | 14.54 | - |
| YUV | 189.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 73 | 0 | 0.04 | 0.65 | 0.18 | 56.06 | 0.6 | 0.55 |
| Hex | D2 | C9 | 49 | 0 | 4 | 41 | 12 | 38 | 3C | 37 |
| Octal | 322 | 311 | 111 | 0 | 4 | 101 | 22 | 70 | 74 | 67 |
| Binary | 11010010 | 11001001 | 1001001 | 0 | 100 | 1000001 | 10010 | 111000 | 111100 | 110111 |
Color Harmonies of #D2C949
Complementary color
Monochromatic Colors of #D2C949
Black with #D2C949
Text Example
Text Example
White with #D2C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C949; }
p { color: rgb(210,201,73); }
H1.HeaderClassName
{
color: #D2C949;
}
.AnyTagClassName
{
color: #D2C949;
}
</style>
background-color css
<style>
a { background-color: #D2C949; }
a { background-color: rgb(210,201,73); }
div.DivClassName
{
background-color: #D2C949;
}
.BgClassName
{
background-color: #D2C949;
}
</style>
border-color css
<style>
span { border-color: #D2C949; }
span { border-color: rgb(210,201,73); }
td.TdClassName
{
border-color: #D2C949;
}
.TagClassName
{
border-color: #D2C949;
}
</style>