Shades of Confetti #D1C350
Tints of Confetti #D1C350
RGB
CMYK
RGB Variations
Color information
#D1C350 (or 0xD1C350) is known color: Confetti. HEX triplet: D1, C3 and 50. RGB value is (209,195,80). Sum of RGB (Red+Green+Blue) = 209+195+80=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C350 is #2E3CAF. Grayscale: #BABABA. Windows color (decimal): -3030192 or 5293009. OLE color: 5293009.
HSL color Cylindrical-coordinate representation of color #D1C350: hue angle of 53.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1C350 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 80 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.18 |
| HSL | 53.49º | 0.58% | 0.57% | - |
| HSV(B) | 53.49º | 0.62% | 0.82% | - |
| XYZ | 47.26 | 53.16 | 15.36 | - |
| YUV | 186.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 80 | 0 | 0.07 | 0.62 | 0.18 | 53.49 | 0.58 | 0.57 |
| Hex | D1 | C3 | 50 | 0 | 7 | 3E | 12 | 35 | 3A | 39 |
| Octal | 321 | 303 | 120 | 0 | 7 | 76 | 22 | 65 | 72 | 71 |
| Binary | 11010001 | 11000011 | 1010000 | 0 | 111 | 111110 | 10010 | 110101 | 111010 | 111001 |
Color Harmonies of #D1C350
Complementary color
Monochromatic Colors of #D1C350
Black with #D1C350
Text Example
Text Example
White with #D1C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C350; }
p { color: rgb(209,195,80); }
H1.HeaderClassName
{
color: #D1C350;
}
.AnyTagClassName
{
color: #D1C350;
}
</style>
background-color css
<style>
a { background-color: #D1C350; }
a { background-color: rgb(209,195,80); }
div.DivClassName
{
background-color: #D1C350;
}
.BgClassName
{
background-color: #D1C350;
}
</style>
border-color css
<style>
span { border-color: #D1C350; }
span { border-color: rgb(209,195,80); }
td.TdClassName
{
border-color: #D1C350;
}
.TagClassName
{
border-color: #D1C350;
}
</style>