Shades of Confetti #D3C349
Tints of Confetti #D3C349
RGB
CMYK
RGB Variations
Color information
#D3C349 (or 0xD3C349) is known color: Confetti. HEX triplet: D3, C3 and 49. RGB value is (211,195,73). Sum of RGB (Red+Green+Blue) = 211+195+73=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C349 is #2C3CB6. Grayscale: #BABABA. Windows color (decimal): -2899127 or 4834259. OLE color: 4834259.
HSL color Cylindrical-coordinate representation of color #D3C349: hue angle of 53.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3C349 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 73 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.17 |
| HSL | 53.04º | 0.61% | 0.56% | - |
| HSV(B) | 53.04º | 0.65% | 0.83% | - |
| XYZ | 47.58 | 53.36 | 14.1 | - |
| YUV | 185.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 73 | 0 | 0.08 | 0.65 | 0.17 | 53.04 | 0.61 | 0.56 |
| Hex | D3 | C3 | 49 | 0 | 8 | 41 | 11 | 35 | 3D | 38 |
| Octal | 323 | 303 | 111 | 0 | 10 | 101 | 21 | 65 | 75 | 70 |
| Binary | 11010011 | 11000011 | 1001001 | 0 | 1000 | 1000001 | 10001 | 110101 | 111101 | 111000 |
Color Harmonies of #D3C349
Complementary color
Monochromatic Colors of #D3C349
Black with #D3C349
Text Example
Text Example
White with #D3C349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C349; }
p { color: rgb(211,195,73); }
H1.HeaderClassName
{
color: #D3C349;
}
.AnyTagClassName
{
color: #D3C349;
}
</style>
background-color css
<style>
a { background-color: #D3C349; }
a { background-color: rgb(211,195,73); }
div.DivClassName
{
background-color: #D3C349;
}
.BgClassName
{
background-color: #D3C349;
}
</style>
border-color css
<style>
span { border-color: #D3C349; }
span { border-color: rgb(211,195,73); }
td.TdClassName
{
border-color: #D3C349;
}
.TagClassName
{
border-color: #D3C349;
}
</style>