Shades of Confetti #D3C050
Tints of Confetti #D3C050
RGB
CMYK
RGB Variations
Color information
#D3C050 (or 0xD3C050) is known color: Confetti. HEX triplet: D3, C0 and 50. RGB value is (211,192,80). Sum of RGB (Red+Green+Blue) = 211+192+80=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C050 is #2C3FAF. Grayscale: #B9B9B9. Windows color (decimal): -2899888 or 5292243. OLE color: 5292243.
HSL color Cylindrical-coordinate representation of color #D3C050: hue angle of 51.3º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3C050 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 80 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.17 |
| HSL | 51.3º | 0.6% | 0.57% | - |
| HSV(B) | 51.3º | 0.62% | 0.83% | - |
| XYZ | 47.16 | 52.13 | 15.17 | - |
| YUV | 184.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 80 | 0 | 0.09 | 0.62 | 0.17 | 51.3 | 0.6 | 0.57 |
| Hex | D3 | C0 | 50 | 0 | 9 | 3E | 11 | 33 | 3C | 39 |
| Octal | 323 | 300 | 120 | 0 | 11 | 76 | 21 | 63 | 74 | 71 |
| Binary | 11010011 | 11000000 | 1010000 | 0 | 1001 | 111110 | 10001 | 110011 | 111100 | 111001 |
Color Harmonies of #D3C050
Complementary color
Monochromatic Colors of #D3C050
Black with #D3C050
Text Example
Text Example
White with #D3C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C050; }
p { color: rgb(211,192,80); }
H1.HeaderClassName
{
color: #D3C050;
}
.AnyTagClassName
{
color: #D3C050;
}
</style>
background-color css
<style>
a { background-color: #D3C050; }
a { background-color: rgb(211,192,80); }
div.DivClassName
{
background-color: #D3C050;
}
.BgClassName
{
background-color: #D3C050;
}
</style>
border-color css
<style>
span { border-color: #D3C050; }
span { border-color: rgb(211,192,80); }
td.TdClassName
{
border-color: #D3C050;
}
.TagClassName
{
border-color: #D3C050;
}
</style>