Shades of Confetti #DAC142
Tints of Confetti #DAC142
RGB
CMYK
RGB Variations
Color information
#DAC142 (or 0xDAC142) is known color: Confetti. HEX triplet: DA, C1 and 42. RGB value is (218,193,66). Sum of RGB (Red+Green+Blue) = 218+193+66=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC142 is #253EBD. Grayscale: #BABABA. Windows color (decimal): -2440894 or 4375002. OLE color: 4375002.
HSL color Cylindrical-coordinate representation of color #DAC142: hue angle of 50.13º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAC142 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 66 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.15 |
| HSL | 50.13º | 0.67% | 0.56% | - |
| HSV(B) | 50.13º | 0.7% | 0.85% | - |
| XYZ | 48.97 | 53.44 | 12.89 | - |
| YUV | 186 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 66 | 0 | 0.11 | 0.70 | 0.15 | 50.13 | 0.67 | 0.56 |
| Hex | DA | C1 | 42 | 0 | B | 46 | F | 32 | 43 | 38 |
| Octal | 332 | 301 | 102 | 0 | 13 | 106 | 17 | 62 | 103 | 70 |
| Binary | 11011010 | 11000001 | 1000010 | 0 | 1011 | 1000110 | 1111 | 110010 | 1000011 | 111000 |
Color Harmonies of #DAC142
Complementary color
Monochromatic Colors of #DAC142
Black with #DAC142
Text Example
Text Example
White with #DAC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC142; }
p { color: rgb(218,193,66); }
H1.HeaderClassName
{
color: #DAC142;
}
.AnyTagClassName
{
color: #DAC142;
}
</style>
background-color css
<style>
a { background-color: #DAC142; }
a { background-color: rgb(218,193,66); }
div.DivClassName
{
background-color: #DAC142;
}
.BgClassName
{
background-color: #DAC142;
}
</style>
border-color css
<style>
span { border-color: #DAC142; }
span { border-color: rgb(218,193,66); }
td.TdClassName
{
border-color: #DAC142;
}
.TagClassName
{
border-color: #DAC142;
}
</style>