Shades of Confetti #DAC842
Tints of Confetti #DAC842
RGB
CMYK
RGB Variations
Color information
#DAC842 (or 0xDAC842) is known color: Confetti. HEX triplet: DA, C8 and 42. RGB value is (218,200,66). Sum of RGB (Red+Green+Blue) = 218+200+66=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC842 is #2537BD. Grayscale: #BEBEBE. Windows color (decimal): -2439102 or 4376794. OLE color: 4376794.
HSL color Cylindrical-coordinate representation of color #DAC842: hue angle of 52.89º 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 #DAC842 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 66 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.15 |
| HSL | 52.89º | 0.67% | 0.56% | - |
| HSV(B) | 52.89º | 0.7% | 0.85% | - |
| XYZ | 50.55 | 56.61 | 13.42 | - |
| YUV | 190.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 66 | 0 | 0.08 | 0.70 | 0.15 | 52.89 | 0.67 | 0.56 |
| Hex | DA | C8 | 42 | 0 | 8 | 46 | F | 35 | 43 | 38 |
| Octal | 332 | 310 | 102 | 0 | 10 | 106 | 17 | 65 | 103 | 70 |
| Binary | 11011010 | 11001000 | 1000010 | 0 | 1000 | 1000110 | 1111 | 110101 | 1000011 | 111000 |
Color Harmonies of #DAC842
Complementary color
Monochromatic Colors of #DAC842
Black with #DAC842
Text Example
Text Example
White with #DAC842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC842; }
p { color: rgb(218,200,66); }
H1.HeaderClassName
{
color: #DAC842;
}
.AnyTagClassName
{
color: #DAC842;
}
</style>
background-color css
<style>
a { background-color: #DAC842; }
a { background-color: rgb(218,200,66); }
div.DivClassName
{
background-color: #DAC842;
}
.BgClassName
{
background-color: #DAC842;
}
</style>
border-color css
<style>
span { border-color: #DAC842; }
span { border-color: rgb(218,200,66); }
td.TdClassName
{
border-color: #DAC842;
}
.TagClassName
{
border-color: #DAC842;
}
</style>