Shades of Confetti #DACF45
Tints of Confetti #DACF45
RGB
CMYK
RGB Variations
Color information
#DACF45 (or 0xDACF45) is known color: Confetti. HEX triplet: DA, CF and 45. RGB value is (218,207,69). Sum of RGB (Red+Green+Blue) = 218+207+69=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF45 is #2530BA. Grayscale: #C3C3C3. Windows color (decimal): -2437307 or 4575194. OLE color: 4575194.
HSL color Cylindrical-coordinate representation of color #DACF45: hue angle of 55.57º 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 #DACF45 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 69 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.15 |
| HSL | 55.57º | 0.67% | 0.56% | - |
| HSV(B) | 55.57º | 0.68% | 0.85% | - |
| XYZ | 52.3 | 59.96 | 14.45 | - |
| YUV | 194.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 69 | 0 | 0.05 | 0.68 | 0.15 | 55.57 | 0.67 | 0.56 |
| Hex | DA | CF | 45 | 0 | 5 | 44 | F | 38 | 43 | 38 |
| Octal | 332 | 317 | 105 | 0 | 5 | 104 | 17 | 70 | 103 | 70 |
| Binary | 11011010 | 11001111 | 1000101 | 0 | 101 | 1000100 | 1111 | 111000 | 1000011 | 111000 |
Color Harmonies of #DACF45
Complementary color
Monochromatic Colors of #DACF45
Black with #DACF45
Text Example
Text Example
White with #DACF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF45; }
p { color: rgb(218,207,69); }
H1.HeaderClassName
{
color: #DACF45;
}
.AnyTagClassName
{
color: #DACF45;
}
</style>
background-color css
<style>
a { background-color: #DACF45; }
a { background-color: rgb(218,207,69); }
div.DivClassName
{
background-color: #DACF45;
}
.BgClassName
{
background-color: #DACF45;
}
</style>
border-color css
<style>
span { border-color: #DACF45; }
span { border-color: rgb(218,207,69); }
td.TdClassName
{
border-color: #DACF45;
}
.TagClassName
{
border-color: #DACF45;
}
</style>