Shades of Confetti #DAC351
Tints of Confetti #DAC351
RGB
CMYK
RGB Variations
Color information
#DAC351 (or 0xDAC351) is known color: Confetti. HEX triplet: DA, C3 and 51. RGB value is (218,195,81). Sum of RGB (Red+Green+Blue) = 218+195+81=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC351 is #253CAE. Grayscale: #BDBDBD. Windows color (decimal): -2440367 or 5358554. OLE color: 5358554.
HSL color Cylindrical-coordinate representation of color #DAC351: hue angle of 49.93º 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 #DAC351 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 81 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.15 |
| HSL | 49.93º | 0.65% | 0.59% | - |
| HSV(B) | 49.93º | 0.63% | 0.85% | - |
| XYZ | 49.91 | 54.53 | 15.68 | - |
| YUV | 188.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 81 | 0 | 0.11 | 0.63 | 0.15 | 49.93 | 0.65 | 0.59 |
| Hex | DA | C3 | 51 | 0 | B | 3F | F | 32 | 41 | 3B |
| Octal | 332 | 303 | 121 | 0 | 13 | 77 | 17 | 62 | 101 | 73 |
| Binary | 11011010 | 11000011 | 1010001 | 0 | 1011 | 111111 | 1111 | 110010 | 1000001 | 111011 |
Color Harmonies of #DAC351
Complementary color
Monochromatic Colors of #DAC351
Black with #DAC351
Text Example
Text Example
White with #DAC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC351; }
p { color: rgb(218,195,81); }
H1.HeaderClassName
{
color: #DAC351;
}
.AnyTagClassName
{
color: #DAC351;
}
</style>
background-color css
<style>
a { background-color: #DAC351; }
a { background-color: rgb(218,195,81); }
div.DivClassName
{
background-color: #DAC351;
}
.BgClassName
{
background-color: #DAC351;
}
</style>
border-color css
<style>
span { border-color: #DAC351; }
span { border-color: rgb(218,195,81); }
td.TdClassName
{
border-color: #DAC351;
}
.TagClassName
{
border-color: #DAC351;
}
</style>