Shades of Confetti #DACC45
Tints of Confetti #DACC45
RGB
CMYK
RGB Variations
Color information
#DACC45 (or 0xDACC45) is known color: Confetti. HEX triplet: DA, CC and 45. RGB value is (218,204,69). Sum of RGB (Red+Green+Blue) = 218+204+69=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC45 is #2533BA. Grayscale: #C1C1C1. Windows color (decimal): -2438075 or 4574426. OLE color: 4574426.
HSL color Cylindrical-coordinate representation of color #DACC45: hue angle of 54.36º 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 #DACC45 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 69 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.15 |
| HSL | 54.36º | 0.67% | 0.56% | - |
| HSV(B) | 54.36º | 0.68% | 0.85% | - |
| XYZ | 51.58 | 58.52 | 14.21 | - |
| YUV | 192.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 69 | 0 | 0.06 | 0.68 | 0.15 | 54.36 | 0.67 | 0.56 |
| Hex | DA | CC | 45 | 0 | 6 | 44 | F | 36 | 43 | 38 |
| Octal | 332 | 314 | 105 | 0 | 6 | 104 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001100 | 1000101 | 0 | 110 | 1000100 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACC45
Complementary color
Monochromatic Colors of #DACC45
Black with #DACC45
Text Example
Text Example
White with #DACC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC45; }
p { color: rgb(218,204,69); }
H1.HeaderClassName
{
color: #DACC45;
}
.AnyTagClassName
{
color: #DACC45;
}
</style>
background-color css
<style>
a { background-color: #DACC45; }
a { background-color: rgb(218,204,69); }
div.DivClassName
{
background-color: #DACC45;
}
.BgClassName
{
background-color: #DACC45;
}
</style>
border-color css
<style>
span { border-color: #DACC45; }
span { border-color: rgb(218,204,69); }
td.TdClassName
{
border-color: #DACC45;
}
.TagClassName
{
border-color: #DACC45;
}
</style>