Shades of Confetti #DAC454
Tints of Confetti #DAC454
RGB
CMYK
RGB Variations
Color information
#DAC454 (or 0xDAC454) is known color: Confetti. HEX triplet: DA, C4 and 54. RGB value is (218,196,84). Sum of RGB (Red+Green+Blue) = 218+196+84=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC454 is #253BAB. Grayscale: #BEBEBE. Windows color (decimal): -2440108 or 5555418. OLE color: 5555418.
HSL color Cylindrical-coordinate representation of color #DAC454: hue angle of 50.15º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAC454 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 84 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.15 |
| HSL | 50.15º | 0.64% | 0.59% | - |
| HSV(B) | 50.15º | 0.61% | 0.85% | - |
| XYZ | 50.25 | 55.03 | 16.36 | - |
| YUV | 189.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 84 | 0 | 0.10 | 0.61 | 0.15 | 50.15 | 0.64 | 0.59 |
| Hex | DA | C4 | 54 | 0 | A | 3D | F | 32 | 40 | 3B |
| Octal | 332 | 304 | 124 | 0 | 12 | 75 | 17 | 62 | 100 | 73 |
| Binary | 11011010 | 11000100 | 1010100 | 0 | 1010 | 111101 | 1111 | 110010 | 1000000 | 111011 |
Color Harmonies of #DAC454
Complementary color
Monochromatic Colors of #DAC454
Black with #DAC454
Text Example
Text Example
White with #DAC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC454; }
p { color: rgb(218,196,84); }
H1.HeaderClassName
{
color: #DAC454;
}
.AnyTagClassName
{
color: #DAC454;
}
</style>
background-color css
<style>
a { background-color: #DAC454; }
a { background-color: rgb(218,196,84); }
div.DivClassName
{
background-color: #DAC454;
}
.BgClassName
{
background-color: #DAC454;
}
</style>
border-color css
<style>
span { border-color: #DAC454; }
span { border-color: rgb(218,196,84); }
td.TdClassName
{
border-color: #DAC454;
}
.TagClassName
{
border-color: #DAC454;
}
</style>