Shades of Confetti #DAC04B
Tints of Confetti #DAC04B
RGB
CMYK
RGB Variations
Color information
#DAC04B (or 0xDAC04B) is known color: Confetti. HEX triplet: DA, C0 and 4B. RGB value is (218,192,75). Sum of RGB (Red+Green+Blue) = 218+192+75=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC04B is #253FB4. Grayscale: #BABABA. Windows color (decimal): -2441141 or 4964570. OLE color: 4964570.
HSL color Cylindrical-coordinate representation of color #DAC04B: hue angle of 49.09º 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 #DAC04B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 75 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.15 |
| HSL | 49.09º | 0.66% | 0.57% | - |
| HSV(B) | 49.09º | 0.66% | 0.85% | - |
| XYZ | 49.03 | 53.11 | 14.32 | - |
| YUV | 186.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 75 | 0 | 0.12 | 0.66 | 0.15 | 49.09 | 0.66 | 0.57 |
| Hex | DA | C0 | 4B | 0 | C | 42 | F | 31 | 42 | 39 |
| Octal | 332 | 300 | 113 | 0 | 14 | 102 | 17 | 61 | 102 | 71 |
| Binary | 11011010 | 11000000 | 1001011 | 0 | 1100 | 1000010 | 1111 | 110001 | 1000010 | 111001 |
Color Harmonies of #DAC04B
Complementary color
Monochromatic Colors of #DAC04B
Black with #DAC04B
Text Example
Text Example
White with #DAC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC04B; }
p { color: rgb(218,192,75); }
H1.HeaderClassName
{
color: #DAC04B;
}
.AnyTagClassName
{
color: #DAC04B;
}
</style>
background-color css
<style>
a { background-color: #DAC04B; }
a { background-color: rgb(218,192,75); }
div.DivClassName
{
background-color: #DAC04B;
}
.BgClassName
{
background-color: #DAC04B;
}
</style>
border-color css
<style>
span { border-color: #DAC04B; }
span { border-color: rgb(218,192,75); }
td.TdClassName
{
border-color: #DAC04B;
}
.TagClassName
{
border-color: #DAC04B;
}
</style>