Shades of Confetti #DAC951
Tints of Confetti #DAC951
RGB
CMYK
RGB Variations
Color information
#DAC951 (or 0xDAC951) is known color: Confetti. HEX triplet: DA, C9 and 51. RGB value is (218,201,81). Sum of RGB (Red+Green+Blue) = 218+201+81=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC951 is #2536AE. Grayscale: #C0C0C0. Windows color (decimal): -2438831 or 5360090. OLE color: 5360090.
HSL color Cylindrical-coordinate representation of color #DAC951: hue angle of 52.55º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAC951 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 81 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.15 |
| HSL | 52.55º | 0.65% | 0.59% | - |
| HSV(B) | 52.55º | 0.63% | 0.85% | - |
| XYZ | 51.29 | 57.27 | 16.14 | - |
| YUV | 192.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 81 | 0 | 0.08 | 0.63 | 0.15 | 52.55 | 0.65 | 0.59 |
| Hex | DA | C9 | 51 | 0 | 8 | 3F | F | 35 | 41 | 3B |
| Octal | 332 | 311 | 121 | 0 | 10 | 77 | 17 | 65 | 101 | 73 |
| Binary | 11011010 | 11001001 | 1010001 | 0 | 1000 | 111111 | 1111 | 110101 | 1000001 | 111011 |
Color Harmonies of #DAC951
Complementary color
Monochromatic Colors of #DAC951
Black with #DAC951
Text Example
Text Example
White with #DAC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC951; }
p { color: rgb(218,201,81); }
H1.HeaderClassName
{
color: #DAC951;
}
.AnyTagClassName
{
color: #DAC951;
}
</style>
background-color css
<style>
a { background-color: #DAC951; }
a { background-color: rgb(218,201,81); }
div.DivClassName
{
background-color: #DAC951;
}
.BgClassName
{
background-color: #DAC951;
}
</style>
border-color css
<style>
span { border-color: #DAC951; }
span { border-color: rgb(218,201,81); }
td.TdClassName
{
border-color: #DAC951;
}
.TagClassName
{
border-color: #DAC951;
}
</style>