Shades of Confetti #D1C950
Tints of Confetti #D1C950
RGB
CMYK
RGB Variations
Color information
#D1C950 (or 0xD1C950) is known color: Confetti. HEX triplet: D1, C9 and 50. RGB value is (209,201,80). Sum of RGB (Red+Green+Blue) = 209+201+80=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C950 is #2E36AF. Grayscale: #BEBEBE. Windows color (decimal): -3028656 or 5294545. OLE color: 5294545.
HSL color Cylindrical-coordinate representation of color #D1C950: hue angle of 56.28º 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 #D1C950 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 80 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.18 |
| HSL | 56.28º | 0.58% | 0.57% | - |
| HSV(B) | 56.28º | 0.62% | 0.82% | - |
| XYZ | 48.63 | 55.91 | 15.82 | - |
| YUV | 189.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 80 | 0 | 0.04 | 0.62 | 0.18 | 56.28 | 0.58 | 0.57 |
| Hex | D1 | C9 | 50 | 0 | 4 | 3E | 12 | 38 | 3A | 39 |
| Octal | 321 | 311 | 120 | 0 | 4 | 76 | 22 | 70 | 72 | 71 |
| Binary | 11010001 | 11001001 | 1010000 | 0 | 100 | 111110 | 10010 | 111000 | 111010 | 111001 |
Color Harmonies of #D1C950
Complementary color
Monochromatic Colors of #D1C950
Black with #D1C950
Text Example
Text Example
White with #D1C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C950; }
p { color: rgb(209,201,80); }
H1.HeaderClassName
{
color: #D1C950;
}
.AnyTagClassName
{
color: #D1C950;
}
</style>
background-color css
<style>
a { background-color: #D1C950; }
a { background-color: rgb(209,201,80); }
div.DivClassName
{
background-color: #D1C950;
}
.BgClassName
{
background-color: #D1C950;
}
</style>
border-color css
<style>
span { border-color: #D1C950; }
span { border-color: rgb(209,201,80); }
td.TdClassName
{
border-color: #D1C950;
}
.TagClassName
{
border-color: #D1C950;
}
</style>