Shades of Confetti #DAC151
Tints of Confetti #DAC151
RGB
CMYK
RGB Variations
Color information
#DAC151 (or 0xDAC151) is known color: Confetti. HEX triplet: DA, C1 and 51. RGB value is (218,193,81). Sum of RGB (Red+Green+Blue) = 218+193+81=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC151 is #253EAE. Grayscale: #BCBCBC. Windows color (decimal): -2440879 or 5358042. OLE color: 5358042.
HSL color Cylindrical-coordinate representation of color #DAC151: hue angle of 49.05º 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 #DAC151 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 81 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.15 |
| HSL | 49.05º | 0.65% | 0.59% | - |
| HSV(B) | 49.05º | 0.63% | 0.85% | - |
| XYZ | 49.47 | 53.64 | 15.53 | - |
| YUV | 187.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 81 | 0 | 0.11 | 0.63 | 0.15 | 49.05 | 0.65 | 0.59 |
| Hex | DA | C1 | 51 | 0 | B | 3F | F | 31 | 41 | 3B |
| Octal | 332 | 301 | 121 | 0 | 13 | 77 | 17 | 61 | 101 | 73 |
| Binary | 11011010 | 11000001 | 1010001 | 0 | 1011 | 111111 | 1111 | 110001 | 1000001 | 111011 |
Color Harmonies of #DAC151
Complementary color
Monochromatic Colors of #DAC151
Black with #DAC151
Text Example
Text Example
White with #DAC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC151; }
p { color: rgb(218,193,81); }
H1.HeaderClassName
{
color: #DAC151;
}
.AnyTagClassName
{
color: #DAC151;
}
</style>
background-color css
<style>
a { background-color: #DAC151; }
a { background-color: rgb(218,193,81); }
div.DivClassName
{
background-color: #DAC151;
}
.BgClassName
{
background-color: #DAC151;
}
</style>
border-color css
<style>
span { border-color: #DAC151; }
span { border-color: rgb(218,193,81); }
td.TdClassName
{
border-color: #DAC151;
}
.TagClassName
{
border-color: #DAC151;
}
</style>