Shades of Confetti #DAC451
Tints of Confetti #DAC451
RGB
CMYK
RGB Variations
Color information
#DAC451 (or 0xDAC451) is known color: Confetti. HEX triplet: DA, C4 and 51. RGB value is (218,196,81). Sum of RGB (Red+Green+Blue) = 218+196+81=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC451 is #253BAE. Grayscale: #BDBDBD. Windows color (decimal): -2440111 or 5358810. OLE color: 5358810.
HSL color Cylindrical-coordinate representation of color #DAC451: hue angle of 50.36º 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 #DAC451 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 81 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.15 |
| HSL | 50.36º | 0.65% | 0.59% | - |
| HSV(B) | 50.36º | 0.63% | 0.85% | - |
| XYZ | 50.14 | 54.98 | 15.75 | - |
| YUV | 189.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 81 | 0 | 0.10 | 0.63 | 0.15 | 50.36 | 0.65 | 0.59 |
| Hex | DA | C4 | 51 | 0 | A | 3F | F | 32 | 41 | 3B |
| Octal | 332 | 304 | 121 | 0 | 12 | 77 | 17 | 62 | 101 | 73 |
| Binary | 11011010 | 11000100 | 1010001 | 0 | 1010 | 111111 | 1111 | 110010 | 1000001 | 111011 |
Color Harmonies of #DAC451
Complementary color
Monochromatic Colors of #DAC451
Black with #DAC451
Text Example
Text Example
White with #DAC451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC451; }
p { color: rgb(218,196,81); }
H1.HeaderClassName
{
color: #DAC451;
}
.AnyTagClassName
{
color: #DAC451;
}
</style>
background-color css
<style>
a { background-color: #DAC451; }
a { background-color: rgb(218,196,81); }
div.DivClassName
{
background-color: #DAC451;
}
.BgClassName
{
background-color: #DAC451;
}
</style>
border-color css
<style>
span { border-color: #DAC451; }
span { border-color: rgb(218,196,81); }
td.TdClassName
{
border-color: #DAC451;
}
.TagClassName
{
border-color: #DAC451;
}
</style>