Shades of Confetti #DAC44B
Tints of Confetti #DAC44B
RGB
CMYK
RGB Variations
Color information
#DAC44B (or 0xDAC44B) is known color: Confetti. HEX triplet: DA, C4 and 4B. RGB value is (218,196,75). Sum of RGB (Red+Green+Blue) = 218+196+75=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC44B is #253BB4. Grayscale: #BDBDBD. Windows color (decimal): -2440117 or 4965594. OLE color: 4965594.
HSL color Cylindrical-coordinate representation of color #DAC44B: hue angle of 50.77º 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 #DAC44B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.15 |
| HSL | 50.77º | 0.66% | 0.57% | - |
| HSV(B) | 50.77º | 0.66% | 0.85% | - |
| XYZ | 49.92 | 54.89 | 14.62 | - |
| YUV | 188.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 75 | 0 | 0.10 | 0.66 | 0.15 | 50.77 | 0.66 | 0.57 |
| Hex | DA | C4 | 4B | 0 | A | 42 | F | 33 | 42 | 39 |
| Octal | 332 | 304 | 113 | 0 | 12 | 102 | 17 | 63 | 102 | 71 |
| Binary | 11011010 | 11000100 | 1001011 | 0 | 1010 | 1000010 | 1111 | 110011 | 1000010 | 111001 |
Color Harmonies of #DAC44B
Complementary color
Monochromatic Colors of #DAC44B
Black with #DAC44B
Text Example
Text Example
White with #DAC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC44B; }
p { color: rgb(218,196,75); }
H1.HeaderClassName
{
color: #DAC44B;
}
.AnyTagClassName
{
color: #DAC44B;
}
</style>
background-color css
<style>
a { background-color: #DAC44B; }
a { background-color: rgb(218,196,75); }
div.DivClassName
{
background-color: #DAC44B;
}
.BgClassName
{
background-color: #DAC44B;
}
</style>
border-color css
<style>
span { border-color: #DAC44B; }
span { border-color: rgb(218,196,75); }
td.TdClassName
{
border-color: #DAC44B;
}
.TagClassName
{
border-color: #DAC44B;
}
</style>