Shades of Confetti #DAC94B
Tints of Confetti #DAC94B
RGB
CMYK
RGB Variations
Color information
#DAC94B (or 0xDAC94B) is known color: Confetti. HEX triplet: DA, C9 and 4B. RGB value is (218,201,75). Sum of RGB (Red+Green+Blue) = 218+201+75=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC94B is #2536B4. Grayscale: #C0C0C0. Windows color (decimal): -2438837 or 4966874. OLE color: 4966874.
HSL color Cylindrical-coordinate representation of color #DAC94B: hue angle of 52.87º 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 #DAC94B is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 75 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.15 |
| HSL | 52.87º | 0.66% | 0.57% | - |
| HSV(B) | 52.87º | 0.66% | 0.85% | - |
| XYZ | 51.07 | 57.19 | 15 | - |
| YUV | 191.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 75 | 0 | 0.08 | 0.66 | 0.15 | 52.87 | 0.66 | 0.57 |
| Hex | DA | C9 | 4B | 0 | 8 | 42 | F | 35 | 42 | 39 |
| Octal | 332 | 311 | 113 | 0 | 10 | 102 | 17 | 65 | 102 | 71 |
| Binary | 11011010 | 11001001 | 1001011 | 0 | 1000 | 1000010 | 1111 | 110101 | 1000010 | 111001 |
Color Harmonies of #DAC94B
Complementary color
Monochromatic Colors of #DAC94B
Black with #DAC94B
Text Example
Text Example
White with #DAC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC94B; }
p { color: rgb(218,201,75); }
H1.HeaderClassName
{
color: #DAC94B;
}
.AnyTagClassName
{
color: #DAC94B;
}
</style>
background-color css
<style>
a { background-color: #DAC94B; }
a { background-color: rgb(218,201,75); }
div.DivClassName
{
background-color: #DAC94B;
}
.BgClassName
{
background-color: #DAC94B;
}
</style>
border-color css
<style>
span { border-color: #DAC94B; }
span { border-color: rgb(218,201,75); }
td.TdClassName
{
border-color: #DAC94B;
}
.TagClassName
{
border-color: #DAC94B;
}
</style>