Shades of Confetti #DAC145
Tints of Confetti #DAC145
RGB
CMYK
RGB Variations
Color information
#DAC145 (or 0xDAC145) is known color: Confetti. HEX triplet: DA, C1 and 45. RGB value is (218,193,69). Sum of RGB (Red+Green+Blue) = 218+193+69=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC145 is #253EBA. Grayscale: #BABABA. Windows color (decimal): -2440891 or 4571610. OLE color: 4571610.
HSL color Cylindrical-coordinate representation of color #DAC145: hue angle of 49.93º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAC145 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 69 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.15 |
| HSL | 49.93º | 0.67% | 0.56% | - |
| HSV(B) | 49.93º | 0.68% | 0.85% | - |
| XYZ | 49.06 | 53.48 | 13.37 | - |
| YUV | 186.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 69 | 0 | 0.11 | 0.68 | 0.15 | 49.93 | 0.67 | 0.56 |
| Hex | DA | C1 | 45 | 0 | B | 44 | F | 32 | 43 | 38 |
| Octal | 332 | 301 | 105 | 0 | 13 | 104 | 17 | 62 | 103 | 70 |
| Binary | 11011010 | 11000001 | 1000101 | 0 | 1011 | 1000100 | 1111 | 110010 | 1000011 | 111000 |
Color Harmonies of #DAC145
Complementary color
Monochromatic Colors of #DAC145
Black with #DAC145
Text Example
Text Example
White with #DAC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC145; }
p { color: rgb(218,193,69); }
H1.HeaderClassName
{
color: #DAC145;
}
.AnyTagClassName
{
color: #DAC145;
}
</style>
background-color css
<style>
a { background-color: #DAC145; }
a { background-color: rgb(218,193,69); }
div.DivClassName
{
background-color: #DAC145;
}
.BgClassName
{
background-color: #DAC145;
}
</style>
border-color css
<style>
span { border-color: #DAC145; }
span { border-color: rgb(218,193,69); }
td.TdClassName
{
border-color: #DAC145;
}
.TagClassName
{
border-color: #DAC145;
}
</style>