Shades of Confetti #D9C949
Tints of Confetti #D9C949
RGB
CMYK
RGB Variations
Color information
#D9C949 (or 0xD9C949) is known color: Confetti. HEX triplet: D9, C9 and 49. RGB value is (217,201,73). Sum of RGB (Red+Green+Blue) = 217+201+73=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C949 is #2636B6. Grayscale: #BFBFBF. Windows color (decimal): -2504375 or 4835801. OLE color: 4835801.
HSL color Cylindrical-coordinate representation of color #D9C949: hue angle of 53.33º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9C949 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 73 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.15 |
| HSL | 53.33º | 0.65% | 0.57% | - |
| HSV(B) | 53.33º | 0.66% | 0.85% | - |
| XYZ | 50.7 | 57.01 | 14.63 | - |
| YUV | 191.19 | 61.3 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 73 | 0 | 0.07 | 0.66 | 0.15 | 53.33 | 0.65 | 0.57 |
| Hex | D9 | C9 | 49 | 0 | 7 | 42 | F | 35 | 41 | 39 |
| Octal | 331 | 311 | 111 | 0 | 7 | 102 | 17 | 65 | 101 | 71 |
| Binary | 11011001 | 11001001 | 1001001 | 0 | 111 | 1000010 | 1111 | 110101 | 1000001 | 111001 |
Color Harmonies of #D9C949
Complementary color
Monochromatic Colors of #D9C949
Black with #D9C949
Text Example
Text Example
White with #D9C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C949; }
p { color: rgb(217,201,73); }
H1.HeaderClassName
{
color: #D9C949;
}
.AnyTagClassName
{
color: #D9C949;
}
</style>
background-color css
<style>
a { background-color: #D9C949; }
a { background-color: rgb(217,201,73); }
div.DivClassName
{
background-color: #D9C949;
}
.BgClassName
{
background-color: #D9C949;
}
</style>
border-color css
<style>
span { border-color: #D9C949; }
span { border-color: rgb(217,201,73); }
td.TdClassName
{
border-color: #D9C949;
}
.TagClassName
{
border-color: #D9C949;
}
</style>