Shades of Confetti #DAC64B
Tints of Confetti #DAC64B
RGB
CMYK
RGB Variations
Color information
#DAC64B (or 0xDAC64B) is known color: Confetti. HEX triplet: DA, C6 and 4B. RGB value is (218,198,75). Sum of RGB (Red+Green+Blue) = 218+198+75=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC64B is #2539B4. Grayscale: #BEBEBE. Windows color (decimal): -2439605 or 4966106. OLE color: 4966106.
HSL color Cylindrical-coordinate representation of color #DAC64B: hue angle of 51.61º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAC64B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 75 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.15 |
| HSL | 51.61º | 0.66% | 0.57% | - |
| HSV(B) | 51.61º | 0.66% | 0.85% | - |
| XYZ | 50.38 | 55.8 | 14.77 | - |
| YUV | 189.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 75 | 0 | 0.09 | 0.66 | 0.15 | 51.61 | 0.66 | 0.57 |
| Hex | DA | C6 | 4B | 0 | 9 | 42 | F | 34 | 42 | 39 |
| Octal | 332 | 306 | 113 | 0 | 11 | 102 | 17 | 64 | 102 | 71 |
| Binary | 11011010 | 11000110 | 1001011 | 0 | 1001 | 1000010 | 1111 | 110100 | 1000010 | 111001 |
Color Harmonies of #DAC64B
Complementary color
Monochromatic Colors of #DAC64B
Black with #DAC64B
Text Example
Text Example
White with #DAC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC64B; }
p { color: rgb(218,198,75); }
H1.HeaderClassName
{
color: #DAC64B;
}
.AnyTagClassName
{
color: #DAC64B;
}
</style>
background-color css
<style>
a { background-color: #DAC64B; }
a { background-color: rgb(218,198,75); }
div.DivClassName
{
background-color: #DAC64B;
}
.BgClassName
{
background-color: #DAC64B;
}
</style>
border-color css
<style>
span { border-color: #DAC64B; }
span { border-color: rgb(218,198,75); }
td.TdClassName
{
border-color: #DAC64B;
}
.TagClassName
{
border-color: #DAC64B;
}
</style>